def jak_szybko(t):
	s = 1320
	return s/t
 
print(jak_szybko(2.5)) #Odp. 1:
print(jak_szybko(3)) #Odp. 2: