python-CSD-kursu/if-example-positive.py
2023-05-20 06:27:42 +03:00

4 lines
65 B
Python

a = int(input('a:'))
if a > 0:
print('pozitif')
print('son')