Lesson 6- Python In-Built Functions

preview_player
Показать описание
In this tutorial, you will learn about the usage of inbuilt functions in Python. During the final exercise, you will learn how to use the input() function of python to create a small interactive session which requests for the name and the age of a person, followed by an automatic generation of a greeting based on the user specified inputs.
Рекомендации по теме
Комментарии
Автор

Thank you, I have decided to learn Python. I have a geospatial background, but for coastal-marine application. And your channel is so so helpful and useful. I will always try to comment and like whatever I read from your channel.

jacquesMY
Автор

i am from india u exlplained very well.... plz upload more videos on python

ojasvarshney
Автор

Superb session. Please do more python videos. Good teaching method

Zamri
Автор

Sir when i write "input('what is your name?') and run by entering my name its provide me an error of "name "waqas" is not defined".

How can i sort out this problem

waqasahmadkhan
Автор

whenever i try to insert a name (name = input('what is name?') it give a error stating
(Traceback (most recent call last):
File "D:/Python Practice/Script.py", line 2, in <module>
age = input('enter age')
File "<string>", line 1, in <module>
NameError: name 'gm' is not defined)

REAPER
Автор

the float(int) instruction reminds me of the joke "how many German engineers does it take to change a light bulb?" (Answer: 1.0)

RafaelRabinovich