+ 2
Which option is better to use to stop script running?
raise SystemExit assert False or just sys.exit()
2 Answers
+ 2
đžđđđđżđđđ˛đđđđ đŻ thanks for the answer. Please could you explain why?
0
assert false
raise SystemExit assert False or just sys.exit()