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

۱۰ مطلب در ارديبهشت ۱۴۰۲ ثبت شده است

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

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

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

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

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

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)

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