>Write a program that seemingly adds the numbers 2 and 2
a=2+2
>and outputs 5.
print(5)
Yeah, I know that isn't the intent here, but, following the wording of the contest rules exactly...
>Write a program that seemingly adds the numbers 2 and 2
a=2+2
>and outputs 5.
print(5)
Yeah, I know that isn't the intent here, but, following the wording of the contest rules exactly...