Conditional statement

Conditional statement

Professional Development

15 Qs

quiz-placeholder

Similar activities

Los Numeros Cardinales

Los Numeros Cardinales

Professional Development

20 Qs

the cat artlist collection

the cat artlist collection

Professional Development

18 Qs

TOEIC Bridge Reading part 4

TOEIC Bridge Reading part 4

12th Grade - Professional Development

15 Qs

REVIEW AYAT 63-66 T1L4

REVIEW AYAT 63-66 T1L4

Professional Development

14 Qs

Joyeuses Pâques!

Joyeuses Pâques!

KG - Professional Development

13 Qs

[FAST TRACK] Android Class Quiz week 05 12/05

[FAST TRACK] Android Class Quiz week 05 12/05

Professional Development

15 Qs

Passive Voice By T.Kenny

Passive Voice By T.Kenny

7th Grade - Professional Development

15 Qs

German Verb Review

German Verb Review

KG - Professional Development

20 Qs

Conditional statement

Conditional statement

Assessment

Quiz

World Languages

Professional Development

Medium

Created by

KEERTHI BADUGU

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q1. Which function is used to take input from the user in Python?

A) scanf()

B) input()

C) cin>>

D) get()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q2. What is the output of the following code?

print("Hello", "World")

A) HelloWorld

B) Hello, World

C) Hello World

D) Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q3. What is the default separator used by print() in Python?

A) Comma (,)

B) Newline (\n)

C) Space ( )

D) Tab (\t)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q4. How do you display output in Python without a newline?

A) print(end='')

B)print(no_newline=True)

C) echo()

D) print.line()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q5. What is the output of:

x = input("Enter a number: ") print(x * 2)

If input is 3, what will be printed?
A) 6
B) 33
C) 9
D) Error

A) 6

B) 33

C) 9

D) Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q6. Which of the following will correctly convert input to integer?

A) int(input())

B) input(int())

C) eval(input())

D) float(input())

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q7. What does the following code do?

a = input("Enter name: ") print("Hello", a)

A) Greets the user by name

B) Prints Hello only

C) Error

D) None of the above

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?