hi i need help getting started with this Python code:
Write a program that prints the U.S. presidential election years from 1792 to present day, knowing that such elections occur every 4 years. Hint: Initialize your loop variable to 1792. Don't forget to use <= rather="" than="=" to="" help="" avoid="" an="" infinite="">=>
year = 1792current_year = ?
while year ? ??:# Print the election yearyear = year + ?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here