PW Akshay

Generation

generate functionTue, 03 Jan 2023

function filling a full line with = sign according to the output screen without specifying width using shutil

def fullLine(): width, height = shutil.get_terminal_size() print('=' * width)

Want to kickstart your project?Use the new AI Studio to create your code