python[Small Turtle-002 Design The first game in Python]

Source: Internet
Author: User

–code ——————————————————————-

Print ("----------first mini-game----------") temp = input ("Guess what I'm thinking about that number now") guess = Int (temp) if guess = = 8:print ("My grass, are you the worm in my belly?") Print ("Fuck, you guessed and there is no reward") else:print ("Guess wrong, is 8.") Print ("Game over")

–note ——————————————————————-

1.BIF = = Built-in functions built-in function.

2.dir (__builtins__) queries all the functions built into Python.

3.help (built-in function name) queries the interpretation and use of functions built into python.

———————————————————————————

Job: Ask for a user name and print "Hello name".

==========

Print ("Little turtle 002 job \ n")

temp = input ("Please enter your name \ n")

Print ("Hello," + temp)

==========

python[Small Turtle-002 Design The first game in Python]

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.