• Home
  • Kembara's Health Solutions
  • Kembara's Language Solutions
  • Kembara's Engineering, Scientific and Mathematical Solutions
  • Kembara's Legal Infos
  • Kembara's Financial Solutions
  • Kembara's Computing Solutions
  • Kembara's Psychological Solutions
  • Kembara's Culinary and Travel's Solutions
  • Sejarah Malaysia
  • General Facts
  • About Me
  • Contact
  • The Foundation of Islamic Finance
  • General Facts of Islamic Finance
  • Conventional Banking and Riba( (interest)
  • The Relationship between the Bank, Customers and Users of Fund in Islamic Banking
  • Islamic Insurance Takaful
  • Basic Facts of Islamic Capital Markets

Kembara's Computing Solutions

Python Programming Language - First Python Programme

4/13/2023

0 Comments

 
Python Programming Language - First Python Programme 
We will begin with a very basic first programme in order to understand the syntax of Python. When learning a new programming language, it is customary to begin with a Hello World application.

​"HELLO  WORLD!"
A script that prints "Hello World!" to the screen is all that a Hello World application is. This is especially easy to do in Python.
"Hello World!" is printed.
This is a Python one-liner, as you can see. To print a single text, we would need to design a fundamental structure in another language, complete with functions, classes, and more.
However, let's investigate this situation. The so-called function with the name print is the first thing that stands out. When we utilise that function, a specific text is displayed on the screen. We must place the text we want to print between the brackets.
The use of quote marks is another crucial component in this. They serve as a reminder that the text is a string and not the name of another object. A data type that represents text is a string. Without quotation marks, the interpreter will believe that Hello World! is a variable name rather than a text and will behave accordingly. Consequently, we will receive an error message.
Picture
0 Comments



Leave a Reply.

    Author

    Anything you need to know about computer science 

    Archives

    May 2023
    April 2023
    March 2023
    February 2023
    August 2022
    July 2022
    May 2022
    April 2022
    February 2022
    November 2021
    October 2021

    Categories

    All
    Computer Science
    Computing Dictionary
    How To Build Iphone Apps
    HTML
    Mathematics For Computer Science
    Python Programming Language
    Video Games Review

    RSS Feed

Proudly powered by Weebly
  • Home
  • Kembara's Health Solutions
  • Kembara's Language Solutions
  • Kembara's Engineering, Scientific and Mathematical Solutions
  • Kembara's Legal Infos
  • Kembara's Financial Solutions
  • Kembara's Computing Solutions
  • Kembara's Psychological Solutions
  • Kembara's Culinary and Travel's Solutions
  • Sejarah Malaysia
  • General Facts
  • About Me
  • Contact
  • The Foundation of Islamic Finance
  • General Facts of Islamic Finance
  • Conventional Banking and Riba( (interest)
  • The Relationship between the Bank, Customers and Users of Fund in Islamic Banking
  • Islamic Insurance Takaful
  • Basic Facts of Islamic Capital Markets