Question: 1. In Python 3, if the user types 4 in response to age = input() , the data type will, by default, be: Select one:
1. In Python 3, if the user types "4" in response to age = input() , the data type will, by default, be:
Select one:
a. Array
b. Float
c. String
d. Integer
.
2. In Python 3, if the user types "four" in response to age = int(input()) , the output will be:
Select one:
a. There is no output
b. go-run-gaa-!!
c. ValueError: invalid literal for int() with base 10: 'four'
d. Something really tricky
.
3. In Python 3, how do you end a while-loop early?
Select one:
a. break
b. try/except
c. continue
d. False
.
4. In order to get information from a data table, we use what SQL keywords?
Select one:
a. ALTER
b. INSERT
c. LOAD
d. SELECT
.
5. In the database, what do we call a data field that is used to uniquely identify the record that contains it?
Select one:
a. Primary Key
b. Index
c. Integer
d. Row
.
Thank you so much for your help:)
Just give me answer will be ok:)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
