DATABASE FUNDAMENTALS
BASICS OF BIG DATA
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
If you want to change the data type to an integer which line of code would you use?
|
int ("How much pocket money do you have?")
|
|
input("How much pocket money do you have?")
|
|
int(input("How much pocket money do you have?"))
|
|
int = ("How much pocket money do you have?")
|
Explanation:
Detailed explanation-1: -When you run the program (F5) you can type your answer on any question line in the Python Shell.
Detailed explanation-2: -The not keyword is a logical operator. The return value will be True if the statement(s) are not True, otherwise it will return False .
There is 1 question to complete.