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
You would first make a variable: for example: D = 1. Then Do This but replace the string with whatever you want:
D = 1 print("Here is a number!:",D)