Question: # 6 ' ' ' BONUS! Demonstrate String Manipulation: Extract a substring from var _ 3 and store it in a new variable called my
#
BONUS!
Demonstrate String Manipulation:
Extract a substring from var and store it in a new variable called
mysubstringvariable;
Concatenate mysubstringvaraibale with the orignal value of var
Print the final value of var after the concatenation.
#Your code goes here:
The input function:
userinput inputPlease enter a name here:
Use the input function to take user input for each variable with initially string
typed values.
Perform explicit type conversion for each variable to dynamically change their
types integer float, string
Print the type and value of each variable after user input.
#Your code goes here
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
