python 刚学不久,遇到这个,本数学有些差,但,还是无语,完全无头绪,求大神解答! 标题是, fill in the blanks to compare the variables and output the corresponding text: x = 10 y = 20 _ x> y_ print ("if statement") _ print ("else statement") 不知道是啥意思!
1
ZEOH Aug 26, 2016
1. if
2. : 3. else: 吗? |
2
loryyang Aug 26, 2016
这和数学没什么关系吧。。这是就是让你填空。程序的功能就是 compare the variables and output the corresponding text
|
3
ipconfiger Aug 26, 2016
一般说自己数学没学好的, 其实大多数是语文没学好
|
4
Nico35 Aug 28, 2016
就是一个 if else 语句呢
|
5
tmackan Aug 28, 2016
发帖的时候,可以用 markdown 语法
``` 你的代码 ``` 会有一个 pre 的效果 |