संदेश

नवंबर, 2025 की पोस्ट दिखाई जा रही हैं
    -» Click Here   

The Experiment

चित्र
 Experiment -»  We tried to make a simple code using Python.   -» When I write code and press the Run Button the we see the Results -» When I Press the Run Button then We Decode the Python Code Code.  # print (" ")  is code that give an Output which See by User.  #print is function key.  Facts -»  print (" ")   Tag ka use Ham Jis bhi Text or Words ko User ko dikhana Chahte hai use ham " " inverted commas ke bich me Rakhte hai. Yah user ko nahin dikhata hai kewal user ko " " ke ander ka word dikhata hai.  Try Same with HTML -» We try to use for same output using HTML.  HTML -» Hyper Text Marking Language. <html>  <p> &nbsp;  ........ &nbsp;  </p> </html> Then Press Run....  Same Results >  Facts -» <html> = code is started in Html <p> = Paragraph  &nbsp; = for the Space in Two Word </p> = for closed paragraph  </html> = for the clos...