iExpress repeater
Jump to navigation
Jump to search
The iExpress repeater is a program made by ↑ which you input a value and the code prints "IEXPRESS!".
Example in Python
inp = input()
for i in range(inp):
print("IEXPRESS!")
The iExpress repeater is a program made by ↑ which you input a value and the code prints "IEXPRESS!".
inp = input()
for i in range(inp):
print("IEXPRESS!")