+ 2
Can someone explain line 4 in the link for me down below
Explaining line 4 in my small code in the link down below https://code.sololearn.com/cnY4E91C327U/?ref=app
1 Answer
+ 4
If I'm correct, current_users_lower its converting the user names into lower case which gets compared to new_users in the next loop.