Crossin的编程教室

标题: 求助两个问题 [打印本页]

作者: 敦敦敦    时间: 2017-12-7 16:48
标题: 求助两个问题
第一为什么我定义a=Ture之后,运行的时候显示Ture is not defined,

a = Ture
print(a)


第二个是
for i in range(0,5):
    for j in range (0, i +1):
        print('x', end='')
    print

出来的并没有三角形的效果,而是一条直线的x

Python 3.7.0a2 (v3.7.0a2:f7ac4fe, Oct 17 2017, 16:23:57) [MSC v.1900 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>
RESTART: C:/Users/lenovo/AppData/Local/Programs/Python/Python37-32/asdfsddfsa.py
xxxxxxxxxxxxxxx

我用的是PYTHON 3的版本
作者: crossin先生    时间: 2017-12-7 16:58
1 True

2 print()
作者: 敦敦敦    时间: 2017-12-7 17:21
crossin先生 发表于 2017-12-7 16:58
1 True

2 print()

成了,谢了




欢迎光临 Crossin的编程教室 (https://bbs.crossincode.com/) Powered by Discuz! X2.5