Python Test

Python Test

Professional Development

27 Qs

quiz-placeholder

Similar activities

python

python

KG - Professional Development

30 Qs

Python - Basic Data, Structure, and Concepts

Python - Basic Data, Structure, and Concepts

Professional Development

30 Qs

msp quiz

msp quiz

University - Professional Development

23 Qs

EXAM PREP ITS PYTHON DAY1

EXAM PREP ITS PYTHON DAY1

Professional Development

23 Qs

Linux_1-25

Linux_1-25

Professional Development

25 Qs

Python List, Tuple, Set & Dictionaries

Python List, Tuple, Set & Dictionaries

Professional Development

25 Qs

UNDERSTANDING COMPUTER COMPONENTS

UNDERSTANDING COMPUTER COMPONENTS

Professional Development

25 Qs

Python basics

Python basics

Professional Development

22 Qs

Python Test

Python Test

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Cẩm Vỉnh

Used 3+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is python file ?

filename.python

filename.pyt

filename.p

filename.py

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which command to use to input ?

input()

in()

store()

enter()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to input with -- "Please input: "

input()

input("Please input: ")

input(Please input: )

"Please input: ".input()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

a = input("Please input a number: ")

When user input 3 --> what is the data type of the number ?

string

boolean

int

float

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

we want to store "age" information. which data type should we choice ?

string

int

float

boolean

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

we want to store "point" information. which data type should we choice ?

float

string

int

boolean

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

None == "". Is it correct ?

No. Since None is Nothing

No. Since syntax error

Yes. absolutely

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?