Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 If say I had a variable called ‘username’, and a list of usernames called ‘usernames’; how would I write it so that the programme will check if that username is in the usernames list? this would be using an if statement if possible.