Skip to content

Instantly share code, notes, and snippets.

View abdulkadyr0v's full-sized avatar
🏠
Working from home

murad abdulkadyr0v

🏠
Working from home
  • VoltMobi Labs
  • Moscow, Russia
View GitHub Profile
#quiz1
answer = input('how old are you? ')
if answer == 27:
print('good')
else:
print('bad')
#quiz2
question = input('what language you learn? ')
if question == 'python':