Question: 2 . 1 . 2 : Concatenating strings. Use input ( ) to read a string from input into variable my _ city. Then, use

2.1.2: Concatenating strings.
Use input() to read a string from input into variable my_city. Then, use input() again to read another string from input into variable
my_state.
Lastly, use string concatenation to assign log_entry with the following strings in order, all on one line:
current_time
a space character ('')
my_city
a space character ('
2 . 1 . 2 : Concatenating strings. Use input ( )

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 Programming Questions!