Python introduction

Python introduction

University

15 Qs

quiz-placeholder

Similar activities

Python Strings

Python Strings

University

20 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python Basics

Python Basics

KG - University

16 Qs

Intro to Python Programming - Year 8

Intro to Python Programming - Year 8

8th Grade - University

20 Qs

Quiz 142 - Python inputs and outputs

Quiz 142 - Python inputs and outputs

9th Grade - University

15 Qs

PYTHON DAY 2

PYTHON DAY 2

University

12 Qs

Atividade de Fixação - Python

Atividade de Fixação - Python

University

20 Qs

Python introduction

Python introduction

Assessment

Quiz

Computers

University

Medium

Created by

ALBERTO HILARIO

Used 133+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command will display the text 'Hello world!' on the screen?

print(Hello world!)

print "Hello world!"

print("Hello world!")

print = "Hello world!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command will ask the user his/her age correctly?

age = input("How old are you?")

age = input(How old are you?)

input("How old are you?") = age

how_old_are_you = input()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function will convert a number to a string?

int()

str()

chr()

ord()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of this command: print ("5" + "3")

8

"8"

"5" + "3"

53

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function will convert a string containing only digits to a number?

int()

srt()

chr()

ord()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which conditional statement will be executed if the variable x is less than 20?

if x > 20:

if x <> 20:

if x == 20:

if x < 20:

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these tests checks if the variable x is the same as 'Hello'?

x = "Hello"

x != "Hello"

x == "Hello"

x <> "Hello"

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?