What is Data python Interview question

 Data is any piece of information which is used by the program to acomplish a task :


- Example of task- Find the sum of two number:

                               Find Lcm of two number:


Comments

Popular posts from this blog

Write a python script to display the current date and time. First create variables to store date and time, then display date and time in proper format (like: 13-8-2022 and 9:00 PM """