PW Akshay

Generation

translateTue, 03 Jan 2023

<html> <head> <title>Hello Centre</title> <style> .center { text-align:center; } </style> </head> <body> <div class="center"> <h1>Hello</h1> </div> </body> </html>

def add(a, b): return a + b

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