PYTHON PROGRAMMING LAB Exp 1

Publicado el: 05 enero 2024
en el canal de: DIWAKAR TIWARY
68
3

B.Tech. II Year I Sem.
Prerequisites: A course on “Programming for Problem Solving”.
Course Objectives
● To be able to introduce core programming basics and program design with functions using
Python programming language.
● To understand a range of Object-Oriented Programming, as well as in-depth data and
information processing techniques.
● To understand the high-performance programs designed to strengthen the practical expertise.
Course Outcome
● Student should be able to understand the basic concepts scripting and the contributions of
scripting language
● Ability to explore python especially the object-oriented concepts, and the built in objects of
Python.
● Ability to create practical and contemporary applications such as TCP/IP network
programming, Web applications, discrete event simulations

Exp No 1 Program to demonstrate different number data types in Python.
a = 5
print(a, "is of type", type(a))
a = 2.0
print(a, "is of type", type(a))
a = 1+2j
print(a, "is complex number?", isinstance(1+2j,complex))


En esta página del sitio puede ver el video en línea PYTHON PROGRAMMING LAB Exp 1 de Duración hora minuto segunda en buena calidad , que subió el usuario DIWAKAR TIWARY 05 enero 2024, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 68 veces y le gustó 3 a los espectadores. Disfruta viendo!