Little Turtle Python Video second lecture (after-school answer)

Source: Internet
Author: User

1. What is BIF

Bif is a built-in function, English is all called build-in-function

3. Is there a difference between "FISHC" and "FISHC"?

There's a difference, he's two different strings.

The difference between 4.= and = =

= Assign a value in Python, that is, assign a value to the variable. = = represents equal to

5 What is the meaning of stitching?

Stitching can be easily understood in Python as a concatenation of two of the same types.

Hands-on program

1.

Name = input ( " Please enter your name:")print(" hello " + "," + Name + "!")

2.

temp = input (" Please enter a number from 1 to 100:")
= Int (temp)if 1 <= name <=100: print(" your sister is so pretty!" ")else: print(" your uncle is so ugly t_t ")

Little Turtle Python Video second lecture (after-school answer)

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.