Learn Python 3 The Hard Way - Exercise 21: Functions can return something

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Want to follow along with Learn Python 3 The Hard Way?

LearningPythonProgramming
Автор

These videos are super helpful for someone who has no programming experience. Thank you for posting these videos.

jamesguidry
Автор

Hi, shouldn't the last formula take the dividing operation in the middle first, like it does in math?
add(24, subtract(divide(34, 100), 1023))

aurora-katiusailie
Автор

I'm still having trouble applying the float(raw_input()) in this script, I've been playing around with it but I just cant seem to get it right. Like I would like to just rewrite a part so I can get a user input in the script

lifewikipedia