148k views
4 votes
Can someone please give me Python test 3 it would help me tremendously

1 Answer

2 votes

Question 1: To tell what will happen when an if-statement is false.

Question 2: The = should be ==

elseif should be elif

The else should have a :

Question 3: All algorithms can only do number calculations.

Question 4: and

Question 5: To make a follow-up True/ False decision

Question 6: if (text1 > 15):

Question 7: if (text1 == 78):

Question 8: if (num1 != num2):

Question 9: >=

Question 10: 4

Question 11: 3

Question 18: a < b and a != b

Question 19: !=

Sorry about 12 - 17 and 20 i can't seem to find those questions guessing you wanted edhesive. I dont have an account on it.

User Rishab
by
7.4k points