Python 報錯問題:Encountered "counter" at line 8, column 7. Was expecting one of:

源碼:python #!/usr/bin/python # -*- coding: UTF-8 -*-   counter = 100 # 賦值整型變量 miles = 1000.0 # 浮點型 name = "John" # 字符串   print counter print miles eclipse print nameip eclipse報錯以下:字符串 Encountered "coun
相關文章
相關標籤/搜索