Programming

  • Кодирование текстовой информации
  • Кодирование графики
  • Кодирование звука
  • Кодирование видео

Python

from random import*
kuupaev=int(input("mis kuupaev tana on?"))
if kuupaev==13:
    print ("kontroltoo!")
    hinne=randint(1,5)
    if hinne==5:
        print('vaga hea')
    elif hinne==4:
        print("hea")
    elif hinne==3:
        print("rahuldav")
    elif hinne<3:
        print("mure!")
    print("hinne analuus oli tehtud")
else:
    print("tana ei ole 13 oktoober")
print("if lopetas oma too!")

Scroll to Top