Task 1 Write a Python program that will ask the user to input a string (containing exactly one word). Then your program should print subsequent substrings of the given string as shown in the examples...


Task 1<br>Write a Python program that will ask the user to input a string (containing exactly one word). Then your program should print subsequent substrings of the<br>given string as shown in the examples below.<br>Example 1:<br>Input: BANGLA<br>Output:<br>B<br>ВА<br>BAN<br>BANG<br>BANGL<br>BANGLA<br>========<br>

Extracted text: Task 1 Write a Python program that will ask the user to input a string (containing exactly one word). Then your program should print subsequent substrings of the given string as shown in the examples below. Example 1: Input: BANGLA Output: B ВА BAN BANG BANGL BANGLA ========

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here