Getter Zundko avec python

Aperçu

J'ai essayé le getter Zundko avec python2 de paiza.

Réellement

https://paiza.io/projects/BrBom7LRiSiqGGU5Hz0i6Q

Exemple de code

# coding: utf-8
import random
import urllib2

def zundoko():
    fp = urllib2.urlopen('http://ohijs0.paas.jp-e1.cloudn-service.com/zundoko', None, 500)
    html = fp.read()
    fp.close()
    return html
i = 0
while 1:
    r = zundoko()
    if r == "Doco":
        print "Doco",
        if i == 4:
            break
        i = 0
    else:
        print "Bouse",
        i = i + 1
print "Ki yo shi!"

Recommended Posts

Getter Zundko avec python
FizzBuzz en Python3
Grattage avec Python
Statistiques avec python
Grattage avec Python
Python avec Go
Twilio avec Python
Intégrer avec Python
Jouez avec 2016-Python
AES256 avec python
Testé avec Python
python commence par ()
avec syntaxe (Python)
Bingo avec python
Zundokokiyoshi avec python
Excel avec Python
Micro-ordinateur avec Python
Cast avec python
Communication série avec Python
Zip, décompressez avec python
Django 1.11 a démarré avec Python3.6
Jugement des nombres premiers avec Python
Python avec eclipse + PyDev.
Communication de socket avec Python
Analyse de données avec python 2
Grattage en Python (préparation)
Essayez de gratter avec Python.
Apprendre Python avec ChemTHEATER 03
Recherche séquentielle avec Python
"Orienté objet" appris avec python
Exécutez Python avec VBA
Manipuler yaml avec python
Résolvez AtCoder 167 avec python
[Python] Utiliser JSON avec Python
Apprendre Python avec ChemTHEATER 05-1
Apprenez Python avec ChemTHEATER
Exécutez prepDE.py avec python3
1.1 Premiers pas avec Python
Collecter des tweets avec Python
Doublure Zundko One en python
Binarisation avec OpenCV / Python
3. 3. Programmation IA avec Python
Non bloquant avec Python + uWSGI
Grattage avec Python + PhantomJS
Publier des tweets avec python
Conduisez WebDriver avec python
Utiliser mecab avec Python 3
[Python] Redirection avec CGIHTTPServer
Analyse vocale par python
Pensez à yaml avec python
Utiliser Kinesis avec Python
Premiers pas avec Python
Utiliser DynamoDB avec Python
Gérez Excel avec python
Loi d'Ohm avec Python
Jugement des nombres premiers avec python
Exécutez Blender avec python
Résoudre des maths avec Python
Python à partir de Windows 7
Carte thermique par Python + matplotlib
Multi-processus de manière asynchrone avec python