PW Akshay

Generation

generate functionTue, 03 Jan 2023

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

def print_line(n): line_width = 80 print("\n" + "=" * line_width) print_line(1)

Questions about programming?Chat with your personal AI assistant