#๐Ÿ”’ what do i learn?

27 messages ยท Page 1 of 1 (latest)

fiery vapor
#

i know print while for if elif def return

wide riverBOT
#

@fiery vapor

Python help channel opened

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.

fiery vapor
#

str

#

int

#

float

#

list

#

:3

#

ill be back in like 20mins

vague crypt
#

Wdym. You mean how you can use them? You have to make tons of project to understand real python. If you just know the concept like theory you actually haven't learned python at all. My teacher asked my whole class to make an conversion from fahrenheit to celsius no one in the room could do that. Only the experienced ones could. Yeah shows me how projects are important.

fiery vapor
#

!e

 return add(x+y)

add(5,6)
print(add(5,6))```
wide riverBOT
#

Hey @fiery vapor!

Please edit your message to use a code block

Add a py after the three backticks.

```py
print('Hello, world!')
```

This will result in the following:

print('Hello, world!')```
wide riverBOT
# fiery vapor !e ```def add(x,y): return add(x+y) add(5,6) print(add(5,6))```

:x: Your 3.14 eval job has completed with return code 1.

001 | Traceback (most recent call last):
002 |   File "/home/main.py", line 4, in <module>
003 |     add(5,6)
004 |     ~~~^^^^^
005 |   File "/home/main.py", line 2, in add
006 |     return add(x+y)
007 | TypeError: add() missing 1 required positional argument: 'y'
fiery vapor
#

fu

#

uhh

vague crypt
#

it should be print(add(5, 6))

#

You could use an variable to store add(5,6) and then print it out

fiery vapor
#

oh ye

hollow badge
#

The mistakes you are making (which is good btw, all part of the learning process) makes me think that you need to actually do some projects

#

Coding is more than just learning a few data types

vague crypt
#

I can tell she has potential

empty pulsar
#

It all depends though on what your goals for learning are

merry widget
#

!res you can try some of the beginner projects/courses

wide riverBOT
#
Resources

The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.

wide riverBOT
#
Python help channel closed for inactivity

This help channel has been closed. 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.