Skip to content

Instantly share code, notes, and snippets.

@eustin
Created June 8, 2020 03:41
Show Gist options
  • Save eustin/2246da5e79742879445f7371ff7a3909 to your computer and use it in GitHub Desktop.
Save eustin/2246da5e79742879445f7371ff7a3909 to your computer and use it in GitHub Desktop.
obj_pos_1, obj_pos_2, obj_pos_3 = pi
print(f"object at position 1 is '{obj_pos_1}'")
print(f"object at position 2 is '{obj_pos_2}'")
print(f"object at position 3 is '{obj_pos_3}'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment