PW Akshay

Generation

generate functionTue, 03 Jan 2023

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

def fullLine(): output.setSize(3) print('=' * output.getWidth()) fullLine()

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