iExpress repeater

From Esolang
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!")