首页 > 解决方案 > 我收到此错误“IndentationError:意外缩进”

问题描述

 def greetings_function():
     print('Welcome User')

greetings_function()

标签: pythonindentation

解决方案


推荐阅读