Quiz 3.4

Quiz 3.4

Professional Development

30 Qs

quiz-placeholder

Similar activities

Quiz 2.2

Quiz 2.2

Professional Development

26 Qs

Quiz 1.2

Quiz 1.2

Professional Development

32 Qs

Gmetrix Python

Gmetrix Python

9th Grade - Professional Development

31 Qs

Python

Python

KG - Professional Development

35 Qs

Git, JS and React

Git, JS and React

Professional Development

30 Qs

Calibración en Python

Calibración en Python

University - Professional Development

27 Qs

Quiz - I

Quiz - I

University - Professional Development

25 Qs

Python List, Tuple, Set & Dictionaries

Python List, Tuple, Set & Dictionaries

Professional Development

25 Qs

Quiz 3.4

Quiz 3.4

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Mohand Mahmoud

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

import datetime

x = datetime.datetime.now()

print(x.year)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

import datetime

x = datetime.datetime(2020, 5, 17)

print(x)


2020-05-17 00:00:00

2020-05-17

2020

17-5-2020

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

mytuple = ("apple", "banana", "cherry")

myit = iter(mytuple)

print(next(myit))


4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

x = lambda a : a / 10
print(x(500))

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(math.remainder(9,2))

1

1.0

0

0.0

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

import math

print(math.factorial(3))

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert from JSON to Python:

loads

dumps

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?