CHALLENGE 7.1.3: Concatenating strings. АCTIVITY Write two statements to read in values for my_city followed by my_state. Do not provide a prompt. Assign log_entry with current_time, my_city, and...


CHALLENGE<br>7.1.3: Concatenating strings.<br>АCTIVITY<br>Write two statements to read in values for my_city followed by my_state. Do not provide a prompt. Assign log_entry with<br>current_time, my_city, and my_state. Values should be separated by a space. Sample output for given program if my_city is<br>Houston and my_state is Texas:<br>2014-07-26 02:12:18: Houston Texas<br>Note: Do not write a prompt for the input values.<br>1 current_time<br>2 my_city<br>3 my_state<br>4 log_entry<br>'2014-07-26 02:12:18:<br>1 test<br>passed<br>All tests<br>6<br>'

Extracted text: CHALLENGE 7.1.3: Concatenating strings. АCTIVITY Write two statements to read in values for my_city followed by my_state. Do not provide a prompt. Assign log_entry with current_time, my_city, and my_state. Values should be separated by a space. Sample output for given program if my_city is Houston and my_state is Texas: 2014-07-26 02:12:18: Houston Texas Note: Do not write a prompt for the input values. 1 current_time 2 my_city 3 my_state 4 log_entry '2014-07-26 02:12:18: 1 test passed All tests 6 '" Your solution goes here passed 7 8 print(log_entry) Run Feedback?

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here