IT 140: Introduction to Scripting v3 home > 2.1: String basicsE zyBooks catalog2 Help/FAQ8 Jose RoqueCHALLENGE2.1.2: Concatenating strings.ACTIVITYWrite two statements to read in values for...


Home<br>B Announcements - IT-140-J6182 x<br>zy Section 2.1 - IT 140: Introduction<br>8 https://learn.zybooks.com/zybook/SNHUIT140V3/chapter/2/section/1<br>= zyBookS My library > IT 140: Introduction to Scripting v3 home > 2.1: String basics<br>E zyBooks catalog<br>2 Help/FAQ<br>8 Jose Roque<br>CHALLENGE<br>2.1.2: Concatenating strings.<br>ACTIVITY<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>247772.2002516.qx3zqy7<br>1 current_time<br>2 my_city = ''<br>3 my_state =''<br>4 log_entry =

Extracted text: Home B Announcements - IT-140-J6182 x zy Section 2.1 - IT 140: Introduction 8 https://learn.zybooks.com/zybook/SNHUIT140V3/chapter/2/section/1 = zyBookS My library > IT 140: Introduction to Scripting v3 home > 2.1: String basics E zyBooks catalog 2 Help/FAQ 8 Jose Roque CHALLENGE 2.1.2: Concatenating strings. ACTIVITY 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. 247772.2002516.qx3zqy7 1 current_time 2 my_city = '' 3 my_state ='' 4 log_entry = " '2014-07-26 02:12:18:' 1 test passed 6 ' Your solution goes here '' All tests 7 passed 8 print(log_entry) Activate Windows Go to Settings to activate Windows. 4:23 AM P Type here to search O 79°F Partly cloudy 7/10/2021
Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here