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