Define Python Functions with Multiple Inputs and Outputs

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

hello .. thank you for your awesome video do you have a channel for the whole PYTHON ?

alnazerelbedairy
Автор

Great video! If I wanted to put an input for the temperature how would I do it? I tried using int(input)) but it didn't work..

enricoruggieri
Автор

How would i define a function with user inputs in it?

zishanvahora
Автор

Is there a way I can define more than one function and have them one in a single defined function?

lizprice
Автор

im trying to write something that asks the user for five inputs and ends with showing the sum of those inputs how do I go about doing that. examples would be preferred.

Enochthepure
Автор

when i use the code on pychrm it shows wrong roots but on jupyter it works fine
sq = lambda a, b, c :[(-b+(b**2-(4*a*c))**(1/2))/(2.0*a), (-b-(b**2-(4*a*c))**(1/2))/(2.0*a)]
print (sq (1, -1, -2))

TheJack
join shbcf.ru