摘要:
这个第一章是基础的章节。我利用我学过的前五章的知识来重做第一章的题。 现在学到第5章做到求素因数的时候3天了实在过不去。所以再次归零重学。哈哈哈 解题步骤见下 利用循环和各种方法。 但行好事莫问前程 #1.1print("Welcome to Python")print("Welcome to Co 阅读全文
摘要:
大家先看这个程序,其实很普通,就是一个利用哨兵机制来控制循环的python程序。今天重学第5章5.2.6中输入输出重定向里。有这样一个方法。就是调用存储有数据的TXT文件给程序来运行。data = eval(input("Enter an integer (the input ends if it 阅读全文
摘要:
import randomimport time correctCount = 0 # Count the number of correct answerscount = 0 # Count the number of questionsNUMBER_OF_QUESTIONS = 5 # Cons 阅读全文
摘要:
迷迷糊糊的看了一遍第5章。还是看不懂。于是重新看了第2遍。我是励志要看明白这章。哈哈哈这次分享一下,第2遍看的时候的感觉import random number = random.randint(0, 100) print("Guess a magic number between 0 and 10 阅读全文