+ 1
why the result of print(2) is not in the output
3 odpowiedzi
+ 1
I don't understand: print(2) prints 2, what's confusing in it? Try it in Code Playground!
+ 1
print(2) gives output as 2
you can try as print('2') but remember it gives 2 as string not as integer value.
but i don't understand why you are not getting the output.
0
it shoud be print ('2') if U wanna to print no. 2