Question: Create a variable named first _ text and assign 'Eagles are my fav team' Create a variable named second _ text and assign 'Giants are
Create a variable named firsttext and assign 'Eagles are my fav team'
Create a variable named secondtext and assign 'Giants are my fav team'
Create a variable named totallength and assign the sum of the total characters letters occuring in the firsttext and secondtext variables.
Note: Your code goes in the below cell. Do not hard code it In other words, do not manually count the number of characters in firsttext and secondtext variables and then type You have to program it using Python functions.
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
