摘要:
import randomabc=''for i in range(4): a=random.randrange(0,4) if i != a: b=chr(random.randint(65,90)) else: b=str(random.randint(0,8)) abc += bprint(r 阅读全文
摘要:
test命令用法。功能:检查文件和比较值 1)判断表达式 if test (表达式为真) if test !表达式为假 test 表达式1 –a 表达式2 两个表达式都为真 test 表达式1 –o 表达式2 两个表达式有一个为真 2)判断字符串 test –n 字符串 字符串的长度非零 test 阅读全文