Question: CHALLENGE ACTIVITY 2 . 3 . 1 : String methods. Jump to level 1 Strings first _ course and _ second _ course are read

CHALLENGE
ACTIVITY
2.3.1: String methods.
Jump to level 1
Strings first_course and_second_course are read from input. Write an if-else statement that compares the strings:
If second course and first_course have exactly the same characters, output 'Same value'.
Otherwise, output the string with the smaller ASCII value.
Click here for example
1 first course input()
2 second_course = input()
4 I' Your code goes here ".
Need this in python with f string
 CHALLENGE ACTIVITY 2.3.1: String methods. Jump to level 1 Strings first_course

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!