Fish C 02 jobs

Test questions

0. What is BIF?
   BIF is a built-in function, the English called the Build-in-Function

 

1. How much BIF provides a number of methods using several small turtle python3 classroom teaching?

  Ah ah ah ah
2. python opinion: "FishC" and "fishc" the same?

  Not the same python highlighted the case
3. In a small turtle view, python what is most important? You agree with it?

  Indent
4. Examples of this lesson in a "=" and "==", they mean different things, you will not accidentally "==" mistakenly written in the programming process "=" it?

There is no good way to solve this problem?

  And '=' Variable Assignment

  '==' indicates equal 

5. What is a mosaic?

  It will be appreciated as the same are connected together data types

print ( "I love you" + "China")
print(1+1)

Try
1. programming: calc.py requires the user to enter a number between 1-100 and judges, to meet the requirements enter print "your sister so beautiful," does not meet the requirements of the print "your uncle ugly"

sum = input ( "Please enter value:") 
name = int (SUM)
IF 1 <= name <= 100:
Print ( "you are so beautiful sister")
the else:
Print ( "Your uncle ugly")


2.

Guess you like

Origin www.cnblogs.com/98ZHANG/p/11329912.html