Answer:
The command print must be in lower case.
To show a variable or a number you do not need quotation marks.
Explanation:
print("string here")
strings can be created with single or double quotes
print(3+5) returns 8
I believe the answer is B. False.
Hope this helps! ^^
Answer:
C.find the email address of someone you know
D.maintain an address book of your contacts
E.organize your emails In folders
Answer:
A
Explanation:
Option A is not true because a Boolean variable type can hold one of two values only that is (true/True or false/False).
All the other options given in the question are correct because
- A variable declaration refers to specifying its type and name
- If string variables are assigned a numeric values which is legal provided the values are enclosed in quaotes( " "), trying to carryout a mathematical operation like addition will result in string concatenation.
- The Variable name I_Love_to_eat_pizza is legal because it contains no special characters, doesn't start with a number and its not a reserved word in any language