LTTT - Kiểu dữ liệu trong Python

LTTT - Kiểu dữ liệu trong Python

2nd Grade

13 Qs

quiz-placeholder

Similar activities

Monday Math Madness

Monday Math Madness

2nd Grade

16 Qs

Halves and Quarters-Makes a whole

Halves and Quarters-Makes a whole

2nd Grade

10 Qs

Handling Data - Grade II

Handling Data - Grade II

2nd Grade

8 Qs

Convivencia Chile - México

Convivencia Chile - México

1st - 12th Grade

17 Qs

Fractions

Fractions

2nd Grade

15 Qs

Extra Information Word Problems

Extra Information Word Problems

2nd Grade

14 Qs

Math time

Math time

2nd - 3rd Grade

10 Qs

Pictograph Review

Pictograph Review

2nd Grade

9 Qs

LTTT - Kiểu dữ liệu trong Python

LTTT - Kiểu dữ liệu trong Python

Assessment

Quiz

Mathematics

2nd Grade

Practice Problem

Medium

Created by

Nguyen Huu Can

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

echo("Hello World");

print("Hello World")

echo "Hello World"

p("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  

Myvar

my-var  

my_var

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for Python files?

.tex


.py  

.doc

.pyt

5.

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  

Both the other answers are incorrect 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to output the type of a variable or object in Python?


print(typeOf(x)) 

print(typeof(x))

print(type(x))  

print(typeof x)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to multiply numbers?

*

%

#

x

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?