3
3
python```
A, b = 0, 1
:For _ in range(n)
A, b = b, a + b
```
python```
Import random
:Else
```
**Temperature Converter (Celsius ↔ Fahrenheit)** .3 ###
python```
Print(f"{temp}°C = {converted}°F")
Print(f"{temp}°F = {converted}°C")
:Else
Print("Invalid choice.")
```
python```
:Def factorial(n)
```
**Countdown Timer** .5 ###
python```
Import time
Print(i)
Time.sleep(1)
Print("Time's up!")
```