Saved Bookmarks
| 1. |
Prediction the output code num=int(input(“Enter a number”)) n1=num%10 n2=num//10 if n1== n2:print(“Hello”) elif n1>n2:print(“Good Bye”) else: print(“Hi”) |
|
Answer» ONG>ANSWER: hiiiiiiiiiiiiiiiiiiiìiìiìiiiiii my no 8010080150 |
|