PW Akshay

Generation

generate functionTue, 03 Jan 2023

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

import os os.system('clear') def draw_line(size): return '=' * size

Questions about programming?Chat with your personal AI assistant