Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Execute Python Online

prvi_dan =233
drugi_dan=316
treci_dan=534
najvise_krompira=max(prvi_dan, drugi_dan, treci_dan)
print('Prvog dana je prodao krompira:', prvi_dan, 'kg')
print('Drugog dana je prodao krompira:', drugi_dan, 'kg')
print('Treceg dana je prodao krompira:', treci_dan, 'kg')
print('Najvise krompira dnevno je: ', najvise_krompira, 'kg')

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.