I am using python to work out how many children would be born in 5 years if a child was born every 7 seconds. The problem is on my last line. How do I get a variable to work
If you are using python 3.6 or latest, f-string is the best and easy one
print(f"{your_varaible_name}")