Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please use jupyter notebook Question 1 part a ''' Write a program that uses escape characters to print the following string: Hello on the first
please use jupyter notebook
Question 1 part a
'''
Write a program that uses escape characters to print the following string: Hello on the first line, world indented by 4 spaces on the second line.output:
hello
world
'''
part b
'''
write a program that calculates the area of a circle with a radius of 5 units
'''
part c
'''
write a program that assigns two number to variables, then calculates and prints the sum of those two numbers without using input function.
'''
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