python not giving any ouput for integers - New to python - stuck on first chapter Shingade1000 Created July 17, 2022 11:15
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.