摘要:
rand: 在0-rand_max返回一个伪随机整型rand()%i+n中i是一个范围值,n是一个范围起始值 ( value % 100 ) is in the range 0 to 99( value % 100 + 1 ) is in the range 1 to 100( value % 30 阅读全文
摘要:
‘’‘ ’‘’‘三引号:打印多行 python中有组合 while 条件: ....else: .... num = 1while num <= 10: num += 1 if num == 5: break print(num)else: print("This is else statement 阅读全文