filmov
tv
[Python Programming Basics to Advanced]: Data Type Casting and fString | Lab 03 P-2

Показать описание
This Python programming playlist is designed to take beginners with zero programming experience to an expert level. The course covers installation, basic syntax, practical scenarios, and efficient logic building. The course material includes PDF handouts, review questions, and covers a wide range of topics, from data types to advanced functions like Lambda and Recursive functions, Generators, and JSON data parsing.
In this lesson we will study about Data Type casting which can convert one data type to another. And we will also study about the concept of formatted string, also known as fstring.
Complete Playlist:
If you have the basic programming knowledge and interested to learn Object-Oriented Programming in Python, check out this playlist:
Lab Manual 03 can be downloaded from here:
Review Questions:
1- If name and registration of a student is stored in two variables as:
name='Ahmad Hussain'
reg='2019-MC-101'
Write a print statement using the fstring to print this welcome message:
Welcome Ahmad Hussain (2019-MC-101)!
#PythonProgramming #python #pythontutorial
In this lesson we will study about Data Type casting which can convert one data type to another. And we will also study about the concept of formatted string, also known as fstring.
Complete Playlist:
If you have the basic programming knowledge and interested to learn Object-Oriented Programming in Python, check out this playlist:
Lab Manual 03 can be downloaded from here:
Review Questions:
1- If name and registration of a student is stored in two variables as:
name='Ahmad Hussain'
reg='2019-MC-101'
Write a print statement using the fstring to print this welcome message:
Welcome Ahmad Hussain (2019-MC-101)!
#PythonProgramming #python #pythontutorial
Комментарии