Best code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Best code

Write your best code(any language)

13th Feb 2017, 3:42 AM
Ehtesham Ali
Ehtesham Ali - avatar
4 Answers
+ 8
#python import universe universe.bigbang() print("oops I farted")
13th Feb 2017, 6:51 AM
Ahri Fox
Ahri Fox - avatar
+ 5
alert("hello world")
13th Feb 2017, 3:47 AM
Nahuel
Nahuel - avatar
+ 4
Thank you, it was done thanks to the courses. how about you?
13th Feb 2017, 3:48 AM
Nahuel
Nahuel - avatar
+ 3
But mine dude date picker <!doctype html> <html lang="en">    <head>       <meta charset="utf-8">       <title>jQuery UI Datepicker functionality</title>       <link href="http://code.jquery.com/ui/1.10.4/themes/ui-lightness/jquery-ui.css" rel="stylesheet">       <script src="http://code.jquery.com/jquery-1.10.2.js"></script>       <script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>         <!-- Javascript -->       <script>          $(function() {             $( "#datepicker-1" ).datepicker();          });       </script>    </head>    <body>       <!-- HTML -->       <p>Enter Date: <input type="text" id="datepicker-1"></p>    </body> </html>
13th Feb 2017, 3:50 AM
Ehtesham Ali
Ehtesham Ali - avatar