Show pagesourceOld revisionsBacklinksExport to PDFMoodle_LinkBack to top Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer Reddit TeamsRecent ChangesSend via e-MailPrintMoodle_LinkPermalink × LU05.L05: Checking the age def main(): age = int(input('How old are you?\n')) if age >= 0 and age <= 120: print('OK') else: print('Impossible!') if __name__ == '__main__': main() M319-LU05 Marcel Suter, Kevin Maurizi modul/m319/learningunits/lu05/loesungen/checktheage.txt Last modified: 2023/11/13 08:56by 127.0.0.1