python not giving any ouput for integers - New to python - stuck on first chapter

0
1 comment

Hi, you should use the print function for printing the output -- `print(1+1)`

Also, you should fix the indentation. Try running the formatter, it should fix the indentation.

0

Please sign in to leave a comment.