Что ты такое?
Что ты такое?
21

HelloWorld(a):
If a == 'print':
Print ('hello world')
Else:
Print ('ты охуел?')

HelloWorld('print')

1