• zurain2001's Activity

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)
Created a forum post "Trying to get to know people"
Hello, I am trying to know more people on CheckiO for collaboration and just making friends. Follo
Followed mu_py
 
Commented a forum post "Sort by Extension" created by zurain2001
Thank you Matthias! I would love to connect with you
Created a forum post "Sort by Extension"
def sort_by_ext(files: list[str]) -> list[str]: # your code here return
Commented a blog post "Hints for Mission"
Thank you for this! Hints are extremely helpful to me since I am trying to get better at coding.
Liked mission "Remove All Before"
Remove all the elements before the given one from the array