PW Akshay

Generation

generate functionTue, 03 Jan 2023

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

def full_line(title): print('=' * 80) print(title.center(80)) print('=' * 80) full_line('This is a test')

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