admin 管理员组

文章数量: 1184232

Chapter 3

10 试题

1. 

What do we do to a Python statement that is immediately after an if statement to indicate that the statement is to be executed only when the if statement is true?

Indent the line below the if statement

Begin the statement with a curly brace {

Start the statement with a "#" character

Underline all of the conditional code

2. 

Which of these operators is not a comparison / logical operator?

<=

>=

==

本文标签: 课程 Coursera python