Шукаєте відповіді та рішення тестів для Special Topics in Computer Science-3 Sec(1)? Перегляньте нашу велику колекцію перевірених відповідей для Special Topics in Computer Science-3 Sec(1) в elearning.aum.edu.jo.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
a = 2
do:
print("hi")
a-= 1
while(a>0):
#in the above code, the output is
hi
hi
the output of this code is:
for character in “Hi there!”:
print(character, end = “ ”)
the output of this code is:
for x in range(1,5,2):
print(x,end=' ')
the value of a is:
a = 5.5//2
int size in python is?
a = input("please insert a number")
a = 2 + a
#if the user input is 3.5