Computer Science, asked by advika20041, 6 months ago

What should come in place of X if we want to print HI! 6 times?
for i in range(X):
print("HI!")

Answers

Answered by rsdd04
0

Answer:

6

Explanation:

because  i iterate from 0 to 5

Similar questions