Header Ads Widget

Jadoo Hates Numbers

 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:

enter image description here

SAMPLE INPUT
 
SAMPLE OUTPUT
 
420
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'))




Post a Comment

0 Comments