Python Fundamentals

Python Fundamentals

University

15 Qs

quiz-placeholder

Similar activities

Python Programming II CSE A

Python Programming II CSE A

12th Grade - University

20 Qs

Python Numpy

Python Numpy

University

11 Qs

Python Quiz Ver- 1.3

Python Quiz Ver- 1.3

University

15 Qs

loops and iterables in python

loops and iterables in python

University

20 Qs

Java quiz based on inheritance

Java quiz based on inheritance

University

10 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Python

Python

University

10 Qs

Quiz Algoritma Looping

Quiz Algoritma Looping

University

15 Qs

Python Fundamentals

Python Fundamentals

Assessment

Quiz

Computers

University

Medium

Created by

Tinkering Labs

Used 11+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

How will you print a message HELLO on python language?

printf(HELLO)

print("HELLO")

print HELLO

printf HELLO

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which of the following is used on loops?

Indentation

Curly braces

Square brackets

None of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will be the output for the following code?

x=5

x=10

print(x)

5

10

5

10

Error

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

How will you declare a string on python programming?

Single Quotes

Double Quotes

Both a & b

No Quotes

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which keyword is used to identify the datatype in python?

typeof

datatypeof

type()

datatype()

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is the output for the following code?

x,y,z="Apple","Orange","Banana"

print(x)

print(y)

print(z)

Apple

Orange

Banana

"Apple","Orange","Banana"

Apple,Orange,Banana

Apple

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will the output for the following code?

x=y=z="Banana"

print(x)

print(y)

print(z)

Banana

Banana

Banana

Banana

Compilation error

Assignment Error

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?