Notes
![]() ![]() Notes - notes.io |
s1 = "Türkiye'nin Başkenti Neresidir?"
s2 = "Almanya'nın Başkenti Neresidir?"
s3 = "İtalya'nın Başkenti Neresidir?"
s4 = "Rusya'nın Başkenti Neresidir?"
s5 = "Amerika'nın Başkenti Neresidir?"
print("Yarışmamız Sürekli Çalışmaktadır. Çıkmak İçin Cevap Bölümüne 'E' Yazınız.")
print("")
sorular = [s1,s2,s3,s4,s5]
i = 1
puan = 0
while i > 0:
soru = random.choice(sorular)
print(soru)
cevap = input("Cevabınız : ")
sorular.remove(soru)
if cevap == "E" or cevap == "e":
i = i - 1
print("Yarışma Sona Erdi. Puanınız :",puan)
elif soru == s1 and cevap == "Ankara" or cevap == "ankara":
puan = puan + 1
print("Doğru Cevap! Puanınız :",puan)
elif soru == s2 and cevap == "Berlin" or cevap == "berlin":
puan = puan + 1
print("Doğru Cevap! Puanınız :",puan)
elif soru == s3 and cevap == "Roma" or cevap == "roma":
puan = puan + 1
print("Doğru Cevap! Puanınız :",puan)
elif soru == s4 and cevap == "Moskova" or cevap == "moskova":
puan = puan + 1
print("Doğru Cevap! Puanınız :",puan)
elif soru == s5 and cevap == "Washington" or cevap == "washington":
puan = puan + 1
print("Doğru Cevap! Puanınız :",puan)
elif soru == s1 and not (cevap == "Ankara") and not (cevap == "ankara"):
puan = puan - 1
print("Yanlış Cevap! Puanınız :",puan)
print("(Doğru Cevap : Ankara)")
elif soru == s2 and not (cevap == "Berlin") and not (cevap == "berlin"):
puan = puan - 1
print("Yanlış Cevap! Puanınız :",puan)
print("(Doğru Cevap : Berlin)")
elif soru == s3 and not (cevap == "Roma") and not (cevap == "roma"):
puan = puan - 1
print("Yanlış Cevap! Puanınız :",puan)
print("(Doğru Cevap : Roma)")
elif soru == s4 and not (cevap == "Moskova") and not (cevap == "moskova"):
puan = puan - 1
print("Yanlış Cevap! Puanınız :",puan)
print("(Doğru Cevap : Moskova)")
elif soru == s5 and not (cevap == "Washington") and not (cevap == "washington"):
puan = puan - 1
print("Yanlış Cevap! Puanınız :",puan)
print("(Doğru Cevap : Washington)")
if len(sorular) == 0:
i = i - 1
print(" ")
print("Tüm Soruları Cevapladınız! Puanınız :",puan)
print(" ")
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team