X Tutup
def main(): Age=input("enter your Age:") if(int(Age)>18): print("welcome") if __name__ == '__main__':main()
X Tutup