PW Akshay

Generation

generate functionTue, 03 Jan 2023

function for printing centralized words

def print_centralized(words): print(words.center(50, ' ')) print_centralized('Hello World')

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