10
zurain2001
3 15
474/ 545
Zurain Zeeshan
Last seen 3 months ago
Member for 2 years, 2 months, 28 days
Difficulty Normal
Originally from Pakistan, I have completed my high school education from Costa Rica and I am now doing my bachelors degree from the US in Computer Science and Economics. I love coding and my interests are towards Data Analytics and Software Engineering.

Created a forum post "Searching a study group"
Hi everyone, I am slightly more experienced than a beginner but I find that it is easier to improve
Commented a forum post "Missing Number" created by zurain2001
Hey Phil! Thankyou for your reply, i'm going to give that a try. I would love to connect with you!
Created a forum post "Missing Number"
def missing_number(items: list[int]) -> int: # your code here n = len(items)