- python
#!usr/bin/python #-*-coding: utf-8-*- print ("Hello World...!")
- php
<!DOCTYPE html> <html> <body> <?php echo "Hello World...!"; ?> </body> </html>
Visit
😊
#!usr/bin/python
#-*-coding: utf-8-*-
print ("Hello World...!")<!DOCTYPE html>
<html>
<body>
<?php
echo "Hello World...!";
?>
</body>
</html>Visit
😊
Forked from Python-World/python-mini-projects
A collection of simple python mini projects to enhance your python skills
Python 1