python not giving any ouput for integers - New to python - stuck on first chapter Shingade1000 创建于 2022年07月17日 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.