Quick actions

cmd+k|ctrl+k

Navigation

Languages

Raise

Snippet info

Language

Python

Visibility

public

Author

hohim4095

Created

2024-10-03T12:24:28.937797Z

Updated

2024-10-03T12:24:28.937797Z

x=1
while True:
    x +=1
    if x==10:
        raise
INFO