You’re missing a :
at the end of your def main()
line (should be def main():
).
2
solved stupid Syntax Error with conditionals?
You’re missing a :
at the end of your def main()
line (should be def main():
).
2
solved stupid Syntax Error with conditionals?