PW Akshay

Generation

generate functionTue, 03 Jan 2023

function filling a full line with = sign according to the output screen

def print_full_line(input_string): divider = '=' * len(input_string) print(divider) print_full_line('abc')

Questions about programming?Chat with your personal AI assistant