python注释不能用汉字怎么解决

python中中文注释报错的解决方法:

在要使用中文注释的python程序第一行添加下面的代码:

#coding=utf-8

# -*- coding: utf-8 -*-

python中注释的方法:

Python中单行注释以 # 开头。

多行注释用三个单引号 ''' 或者三个双引号 """ 将注释括起来。

更多Python知识请关注云海天python教程网。

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » python注释不能用汉字怎么解决