资源简介

python语言程序设计. 梁勇. 李娜译-习题, 检查点答案-程序源代码

资源截图

代码片段和文件信息

import random 

# Generate random numbers
number1 = random.randint(0 9)
number2 = random.randint(0 9)

# Prompt the user to enter an answer
answer = eval(input(“What is “ + str(number1) + “ + “ 
    + str(number2) + “? “))
    
# Display result    
print(number1 “+“ number2 “=“ answer 
    “is“ number1 + number2 == answer)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      54784  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\01review.doc

     文件      74752  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\02review.doc

     文件      75264  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\03review.doc

     文件     104448  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\04review.doc

     文件      47104  2018-12-24 16:46  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\05review.doc

     文件      79360  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\06review.doc

     文件      53760  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\07review.doc

     文件      67072  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\08review.doc

     文件      66048  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\09review.doc

     文件      55808  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\10review.doc

     文件      47104  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\11review.doc

     文件      60416  2018-12-24 17:40  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\12review.doc

     文件      65024  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\13review.doc

     文件      64000  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\14review.doc

     文件      57856  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\15review.doc

     文件      71680  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\16reviewAlgorithmEfficiency.doc

     文件     151552  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\17review(Sorting).doc

     文件      56832  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\18linkedListStackQueuePriorityQueue.doc

     文件     130560  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\19BST.doc

     文件     423936  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\20AVL.doc

     文件      59904  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\21Hashing.doc

     文件      70144  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\22GraphsAndApplications.doc

     文件      86016  2018-12-24 17:41  Introduction to Programming Using Python 3\Answers to Checkpoint Questions\23WeightedGraphsAndApplications.doc

     文件        377  2010-09-18 22:21  Introduction to Programming Using Python 3\book\pybook\.project

     文件        426  2010-09-18 22:21  Introduction to Programming Using Python 3\book\pybook\.pydevproject

     文件        344  2011-07-22 02:45  Introduction to Programming Using Python 3\book\pybook\AdditionQuiz.py

     文件        154  2011-03-27 21:45  Introduction to Programming Using Python 3\book\pybook\address.dat

     文件       4321  2011-03-29 09:05  Introduction to Programming Using Python 3\book\pybook\AddressBook.py

     文件       1162  2011-03-26 18:06  Introduction to Programming Using Python 3\book\pybook\AnimationDemo.py

     文件        213  2011-03-22 13:06  Introduction to Programming Using Python 3\book\pybook\AppendDemo.py

............此处省略1135个文件信息

评论

共有 条评论