Question: Python Programming ONLY 1) Answer the following questions: Lab 3.5 Write a script that prints 9x9 multiplication table. Do not print redundant Entries (1x2=2 and
Python Programming ONLY
1) Answer the following questions:


Lab 3.5 Write a script that prints 9x9 multiplication table. Do not print redundant Entries (1x2=2 and 2x1=2 are redundant) axi-s*z-GSX- 5xi-SSX2 - 10 SX: -15 x 4 - 2D : XS - 25 GX-C.X2 - 12 6 - 20 GN - 24 CX-10 GG-36 7*1-77* 2 - 14 T* - 21 7 * 4 - 28 7 xs - 3726 - 42 T* 7 - 49 MI-RO- 16 - 24 No- 3-406-487-56-64 9*1-99* 2 - 10 x 3x3-45226 - 59 * 7 - 63 x - 72 9 * - 51 Lab 3.6 Write a script that prompt for a sentence (string). The script scans the sentence and prints "found a 't' in sentence" when the letter 't' is found. The script prints "maybe the next character?" if the current character is not a 't. example run: Enter a sentence: that car was really fast found a 't' in sentence maybe the next character? maybe the next character? found a 't' in sentence maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? maybe the next character? found a 't' in sentence
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
