Kunal bhati
@Kunalbhati12
3 published packets
Joined May 2021
Published Projects
Python program for relational operators
A relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. in python, there are 6 relational operators
Jul 13, 2021
Python program to convert number of days, hours, minutes and seconds to seconds
Developing a program that reads the number of days, hours, minutes, and seconds from the user. Calculate and display the total number of seconds represented by that duration.
Jul 12, 2021
Python program for creating dictionary object
In Python Dictionary is an ordered collection of data values, used to store data values. Python dictionary is an unordered collection of items. Each item of a dictionary has a key/value pair.
Jul 10, 2021