kaitlynbrace322 kaitlynbrace322 22-02-2024 Computers and Technology contestada How many times would 'Python is fun' be printed by the following code segment? jkl = 4 for jkl in range(10, -4, -3): print('Python is fun')