برنامه سازی پیشرفته

۰ نظر موافقین ۰ مخالفین ۰ ۱۵ ارديبهشت ۰۲ ، ۲۲:۲۱
حدیث حسین پور

۰ نظر موافقین ۰ مخالفین ۰ ۱۵ ارديبهشت ۰۲ ، ۲۲:۰۹
حدیث حسین پور

H=int(input('enter your number: '))
n=H % 10
: while H>10
    H=H//10    
: if n==H
    print('ayne ast')    
: else
    print('ayne nist')    

۰ نظر موافقین ۰ مخالفین ۰ ۰۸ ارديبهشت ۰۲ ، ۲۳:۱۳
حدیث حسین پور

H=int(input('enter your number: '))

fard=0 ; zoj=0

 : while H % 10 !=0

    t=H%10    

:    if t % 2 ==0    

        zoj +=1        

   : else    

        fard += 1        

    H=H//10    

 : if zoj > fard

    print('hi')    

 : else

    print('by')    

۰ نظر موافقین ۰ مخالفین ۰ ۰۸ ارديبهشت ۰۲ ، ۲۳:۱۳
حدیث حسین پور

kebrit=7

: while kebrit>0

    print('the number of kebrit: ', kebrit)    

    plyr1=int(input('chand bar>:'))    

    plyr2=int(input('chand bar: '))    

:    if plyr1>3 or plyr2>3    

        print('over')        

 :   else    

        kebrit=kebrit-(plyr1+plyr2)        

print('the kebrit is done')

۰ نظر موافقین ۰ مخالفین ۰ ۰۸ ارديبهشت ۰۲ ، ۲۳:۱۳
حدیث حسین پور

s=1 ; i=0 ; maximmom=0 ; minimmom=20

while s>= 15

    grade=int(input('enter your number: '))    

    if grade > maximmom    

        mavimmom=grade        

    if grade < minimmom    

        minimmom=grade        

    i=i+grade    

    s=s+1    

avr=i/15

print('max is:',maximmom,' min is:', minimmom,' max-min is:',maximmom-minimmom,' sum:',i,' avrage:',round(avr,2))

۰ نظر موافقین ۰ مخالفین ۰ ۰۸ ارديبهشت ۰۲ ، ۲۳:۱۳
حدیث حسین پور

H=int(input('enter tour number: '))

w=0

 : while H % 10 !=0

    t=H % 10    

    w= w // 10    

    H= 10 * w +t    

print(w)

۰ نظر موافقین ۰ مخالفین ۰ ۰۸ ارديبهشت ۰۲ ، ۲۳:۱۲
حدیث حسین پور

h=int(input('enter your number: '))

:if 9<h<100

    m=(h//10)    

    p=(h%10)    

 z=(p*10)+m    

    print(z)    

۰ نظر موافقین ۰ مخالفین ۰ ۲۵ فروردين ۰۲ ، ۱۸:۳۱
حدیث حسین پور

w1=int(input('enter your number: '))

w2=int(input('enter your number: '))

w3=int(input('enter your number: '))

:if w1>w2

    i=w1    

    w1=w2    

    w2=i    

:if w1>w3

    i=w1    

    w1=w3    

    w3=i    

:if w2>w3

    i=w2    

    w2=w3    

    w3=i    

    print(w1,w2,w3)    

۰ نظر موافقین ۰ مخالفین ۰ ۲۵ فروردين ۰۲ ، ۱۸:۰۶
حدیث حسین پور

h=int(input('enter your number: '))

:if h==2

    print('two')    

:elif h==3

    print('three')    

:elif h==5

    print('five')    

:else

    print('other')    

۰ نظر موافقین ۰ مخالفین ۰ ۲۴ فروردين ۰۲ ، ۲۱:۰۶
حدیث حسین پور