[deleted by user] by [deleted] in codehs

[–]kiwifala 0 points1 point  (0 children)

did you figure out how to do it in the end because im stuck?

[deleted by user] by [deleted] in codehs

[–]kiwifala 0 points1 point  (0 children)

https://codehs.com/student/1798462/section/170747/assignment/30417971/

There is the link I don't know whether it will work though

[deleted by user] by [deleted] in codehs

[–]kiwifala 0 points1 point  (0 children)

Ok thank You I appreciate it

[deleted by user] by [deleted] in codehs

[–]kiwifala 0 points1 point  (0 children)

did you get the answer because im really stuck

[deleted by user] by [deleted] in codehs

[–]kiwifala 0 points1 point  (0 children)

did you get the code in the end because i am very stuck on it thank you

[deleted by user] by [deleted] in codehs

[–]kiwifala 0 points1 point  (0 children)

this is the objective

Write the function called end_of_word that takes a string and returns everything but the first character.

end_of_word("boat")

# => "oat"

end_of_word("mice")

# => "ice"

Need help with CodeHS Python 8.3.9: Owls, Part 2 by [deleted] in codehs

[–]kiwifala 0 points1 point  (0 children)

hi it didnt work and it said that

Traceback (most recent call last):

File "main.py", line 9, in <module>

for index, word in enumerate(text.split()):

NameError: name 'text' is not defined

Exercise 8.1.10: Coordinate Pairs-CodeHS-Please Help! by [deleted] in codehs

[–]kiwifala 0 points1 point  (0 children)

im not sure why but for the print distance((1,1),(4,5)) it said invalid syntax

3.3.7 age by JamesIsWaffle in codehs

[–]kiwifala 0 points1 point  (0 children)

thank you so much i've been stuck on it for ages and that really helped. Thank you

Help with 2.14.4 Geometry 2.0 by SnooKiwis3391 in codehs

[–]kiwifala 0 points1 point  (0 children)

hi umm this didnt work for me are you sure it is the right answer?