Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Bağımlılık yaptı.
İndirilen .py dosyasında bir "if"in başına - gelmiş düzeltebilir misin?
Usta bunun arayüzlüsünü yapabilirmisin
import random
numbers = [1, 2, 3]
choices = {1: "Tas",
2: "Kagit",
3: "Makas"}
while True:
print choices[int(raw_input("Sayi: "))] + " -- " + choices[random.choice(numbers)]