# -*- coding: utf-8 -*-# 第 8 章# 8.1 定義函數def greet_user(): """顯示簡單的問候語""" print("Hello!")greet_user()我是小白,哪位大神幫忙看一下上面的代碼,提示錯誤如 查看完整描述