+10 XP
Check: F-Strings
Question 1 of 3
Add the missing letter to make this print the actual value of voltage:
python
voltage = -52
print('Voltage: {voltage} mV')Check: F-Strings
Question 1 of 3
Add the missing letter to make this print the actual value of voltage:
voltage = -52
print('Voltage: {voltage} mV')