scarrion1815 scarrion1815 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 [4.4, 7, 3.9, 1, 10, 8]: print('Python is fun')