#๐ what am i doing wrong
55 messages ยท Page 1 of 1 (latest)
@lunar vortex
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
what do i need to do i can't fix this
on the right side or the left of the number @valid lantern
... any side that has the =>
change it to >=
oh thank you so much
it said that my_age is less than 18 so your code should be
if (my_age) =< 18
equals comes after the arrow
idk i can still write it before
yes but are you checking for less than or greater than 18?
your writing the code wrongly to what they asked tho cuz "less than"
"Crocodile always eats the bigger numbers"
๐
use the remove() to "remove" the "delete me" from my_list
You've not done the append() method to my_list either
what does that mean
so to add a variable its append used
to add a new item/element to a list, you use append()
Do you have the learning material on how to manage or use lists in Python?
There should be one explaining on how to use it
i do lemme see
oh this
Good. Is there examples on how to use them? Like how to use append() here?
oh im getting better now i can fix some mistakes i did
did u solve this?
i got one last problem on the length @fierce parcel
do i write length or len or what
in python, there are builtin functions and syntax is len(my_list) instead of my_list.len()
u should do var3 = len(my_list)
finally thanks
gj!
thank you
did u solve this @lunar vortex ?
whats the code i cant write it ๐
im getting a course in my uni code club a kid younger than me gives us classes
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ what am i doing wrong