Python beginner.else sub_count >= 2:Expected ":"

Asked 2 years ago, Updated 2 years ago, 19 views

I'd appreciate it if you could explain it.!

python

2022-09-20 15:39

1 Answers

There is no condition after the else statement. You need to write elif.


2022-09-20 15:39

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.