• Cihan's Activity

Liked a comment created by Phil15 for forum post "worked on spyder does not work here. what is missi"
What is `yes_no` ? It seems to be a list, but is not in checkio scope. If this is a global variable,
yes_no is a list of ones or zeros depending on the outcome of the if statement. In the remainder of
Liked mission "Acceptable Password I"
Verify password by condition
#I cannot see what is wrong! def checkio(words: str) -> bool: for i in
Liked mission "Three Words"
How to discern words and numbers
Commented a forum post "what am I missing? please help!" created by Cihan
evenss = [] result=[] def checkio(array: list) -> int: for i in range(len(array)): #prin
Created a forum post "what am I missing? please help!"
I can get the solution on spyder on desktop but here it does not work! evenss = [] resul
Didn't like mission "Remove All Before"
Remove all the elements before the given one from the array
Commented a forum post "Digits Multiplication" created by Hiroaki_Ebihara
Hello, I tried the following but the code does not run; please help number = 369000123 def checkio
Liked mission "All the Same"
Check if all elements are the same?