Python Fundamentals

Python Fundamentals

University

21 Qs

quiz-placeholder

Similar activities

programming quiz

programming quiz

University

25 Qs

Python-Lists_Dictionaries

Python-Lists_Dictionaries

University

20 Qs

Python Control Structures

Python Control Structures

University

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

TECHWARZ-1

TECHWARZ-1

University

20 Qs

Python Collection Data Type

Python Collection Data Type

University

20 Qs

Python Fundamentals

Python Fundamentals

Assessment

Quiz

Computers

University

Medium

Created by

Rudy Emonvuon

Used 1+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct syntax to output "Hello World" in Python?

p("Hello World")

echo "Hello World"

echo("Hello World")

print("Hello World")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert COMMENTS in Python code?

#This is a comment

/*This is a comment*/

//This is a comment

#This is a comment#

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is NOT a legal variable name?

myvar

my-var

Myvar

myvar

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the numeric value 5?

x = int(5)

x = 5

Both the other answers are correct

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for Python files?

.py

.pt

.pyth

.pyt

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following function convert a string to a float in python?

int(x [,base])

long(x [,base] )

float(x)

str(x)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the floating number 2.8?

x = float(2.8)

x = 2.8

Both the other answers are correct

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?