python-CSD-kursu/python-temel/if-example-positive.py

5 lines
65 B
Python

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