This code is going to provide you with the best possible logic to start out your scripts!! Hopefully you guys enjoy :)
As promised, here is the secret sauce copy paste template:
======================================
validation_variable = 0
continuation_variable = True
while continuation_variable:
if validation_variable (greater than) 0:
continuation_variable = input('Continue?')
else:
continuation_variable = 'y'
if continuation_variable = 'y':
process_logic()
else:
ending_logic()
validation_variable += 1
======================================
Hope you enjoy the video!
Timestamps coming soon!!!