Skip to content

Instantly share code, notes, and snippets.

@rors
Last active August 25, 2020 18:13
Show Gist options
  • Save rors/9553e0639831c005e9e124f4d13618d3 to your computer and use it in GitHub Desktop.
Save rors/9553e0639831c005e9e124f4d13618d3 to your computer and use it in GitHub Desktop.
RS Test
import random
print("hello, rorys!")
if random.random() < .5:
print("hi!")
else:
print("bye!")
@rors
Copy link
Author

rors commented Aug 25, 2020

OK, how is that?

@rors
Copy link
Author

rors commented Aug 25, 2020

That's great!!

@rors
Copy link
Author

rors commented Aug 25, 2020

test tag someone. hey @radius whats up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment