Skip to content

harshada-here/Assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Assignment-1

Tutedude Assignment 1 \n Task 1: Perform Basic Mathematical Operations \n Fristly I started by taking the input of 2 numbers from the user. I made sure to use "int" so the the input is not in the string datatype. Then I used 4 different arithmatic operations (+, -, * and /) to perform the task. \n Task 2: Create a Personalized Greeting \n Here again I took 2 inputs from the user - 1. the first name and 2. the last name. Then we used string concatenation method to concatenate/join the first name and last name. Lastly, print a greeting message saying "Hello, (full name)! Welcom to Python Program."

About

Tutedude Assignment-1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages