سوال 6
پنجشنبه, ۲۴ فروردين ۱۴۰۲، ۰۹:۰۶ ب.ظ
h=int(input('enter your number: '))
:if h==2
print('two')
:elif h==3
print('three')
:elif h==5
print('five')
:else
print('other')
۰۲/۰۱/۲۴
h=int(input('enter your number: '))
:if h==2
print('two')
:elif h==3
print('three')
:elif h==5
print('five')
:else
print('other')