Define a function calculate_bandwidth(megabytes: float, seconds: float) -> float that returns bandwidth in Megabits per second (1 Byte = 8 bits).
calculate_bandwidth(megabytes: float, seconds: float) -> float
[+] Bandwidth: 100.0 Mbps [✓] Function calculation verified (Time: 0.013s, Memory: 14.0 MB)