Is there a way for me to get someone's repl username when they press run on a program? such as:
run
from repl import db username = #get the person's username for user in db.keys(): if username.lower() == user: print('That username is already in use!')
How can I do this?
thanks
How do I get someone's repl username in python?
Is there a way for me to get someone's repl username when they press
run
on a program?such as:
How can I do this?
thanks