Problem:-
Jadoo hates numbers, but he requires to print a special number "420" to recharge the equation of life. He asks your help to print the number but Since he hates numbers, he asks you to write the program such that there would not be any number in the code.
Checker Code:
Time Limit:5.0 sec(s) for each input file.
Memory Limit:256 MB
Source Limit:1024 KB
Solution:-
print(ord('i')+ord('i')+ord('i')+ord('i'))
0 Comments