PW Akshay

Generation

generate functionTue, 03 Jan 2023

function for printing centralized words

def print_centered(word): print(word.center(30)) print_centered('Python')

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