age = 18if age >= 20: print('20歳以上です')else: print('20歳未満です')# your code goes here
Standard input is empty
20歳未満です
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!