Skip to content
Snippets Groups Projects
Commit 8d29ee54 authored by Ethan Walters's avatar Ethan Walters
Browse files

Removed redundant random decision

parent 89f4dca7
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
import random
is_recyclable = random.choice([True, False])
print(is_recyclable)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment