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

0

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

请先登录再写评论。