Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Your task is to: Python using seperate (sep) and( end code) Once upon a time in Appleland, John had three apples, Mary had five apples,
Your task is to: Python using seperate (sep) and( end code)
Once upon a time in Appleland, John had three apples, Mary had five apples, and Adam had six apples. They were all very happy and lived for a long time. End of story.
- create the variables: john, mary, and adam; using sep and end code
- assign values to the variables. The values must be equal to the numbers of fruit possessed by John, Mary, and Adam respectively;
- having stored the numbers in the variables, print the variables on one line, and separate each of them with a comma;
- now create a new variable named totalApples equal to addition of the three former variables.
- print the value stored in totalApples to the console;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started