online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
current_users = ['nikki', 'sarah', 'steven', 'john', 'ellen'] new_users = ['Nikki', 'matt', 'sarah', 'jonathan', 'eric', 'sarah', 'nikki'] new_users_lower = map(str.lower, new_users) for user in new_users_lower: if user in current_users: print(f"Sorry, {user}, that username is already taken.") else: print(f"Welcome, {user}.")

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue