4 Respuestas
+ 21
Add a link to your code (make it public) to your question so that we can have a look at it...
+ 4
No output probably means that you do not have a print statement... You must do print(variableName) or print('something') or print("something")
The two later statements will literally print the word something. The first one will print whatever has been stored in the variable with the given name
+ 3
Try to print something