logo

Crowdly

‭‭‭210301601 INTRODUCTION TO PYTHON‬

Шукаєте відповіді та рішення тестів для ‭‭‭210301601 INTRODUCTION TO PYTHON‬? Перегляньте нашу велику колекцію перевірених відповідей для ‭‭‭210301601 INTRODUCTION TO PYTHON‬ в www.glsufcait.org.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

The random module is used to generate the random numbers.
Переглянути це питання
Predict the output of the following python program.

try:

value = value[5]/0

except (IndexError, ZeroDivisionError):

print('Errors')

else:

print ('No Errors')

finally:

print('Finally Block')

100%
0%
0%
0%
Переглянути це питання
When the user creates a variable inside a function, its scope is global by default.
Переглянути це питання
In python program,

from math import *

a = 2.13

b = 3.7777

c = -3.12

print(int(a), floor(b), ceil(c))

0%
0%
100%
0%
Переглянути це питання
In python program, from math import factorial

print(math.factorial(5)).

What is the output of the given program

0%
0%
100%
0%
Переглянути це питання
To tell Python that a particular directory is a package, the user creates a file named ________ inside it and then it is considered as a package and the user may create other modules and sub-packages within it.
0%
100%
0%
0%
Переглянути це питання
Write the output of following python code:

from random import randint

for i in range (5):

print (random(1,5))

100%
0%
0%
0%
Переглянути це питання
Match the following functions with their features
Переглянути це питання
Which of the following is not a valid namespace?
100%
0%
0%
0%
Переглянути це питання
What is the output of the following program?

class MyClass:

x = 5

p1 = MyClass()

print(p1.x)

100%
0%
0%
0%
Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на www.glsufcait.org?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!