tes

Run Settings
LanguagePython
Language Version
Run Command
def print_loop(row: int): lines: str = "" for line in range(row): if line == 0: lines += f"{line}" if line == 1: lines += "+" lines += f"+{line}" print(lines) print_loop(4)
Editor Settings
Theme
Key bindings
Full width
Lines