0
Code is not running showing no output in this app
5 Respuestas
+ 1
Where is the code?
+ 1
Rahul, can you please post the code as well?
0
post
0
type "print()" method. for example: print(5+5)
output: 10
- 1
def pr(input) :
print(input)
pr('Works just fine... ')