How to easily PRINT your NAME 266 times Full screen on your PC ??

Hey guys, me squash Singh, and today you are going to learn how Can you print your Name in PYTHON for 100times and more as you want to print on your screen without knowing A, B, C, D of Python, you don't need to hopeless I know You can, Even if you don't know anything about PYTHON. 

 

 

We'll provide Source code, and with the help of source code,  you have to copy and paste on your python cell and press Enter Key.

Your Output looks like something like :Python output

You Can Replace "RAM " with your NAME.

 

Ok, so the Source code is here. Do Copy and Paste on your IDLE(Python)

 

 

 for i in range(16):
     print("RAM\t" *19, "\n")

source code

This is a screenshot; IT looks like on your Interpreter mode ↟↟

After copy paste "Double click Enter key" And after double click, the output will be given below 

 If you do not know what it is python, let me know.

A very Shot note about python for your Knowledge...

PythonPython is a very easy, interesting, and popular programming language. It was created by Guido van Rossum and released in 1991.

 

 

What can Python Do ???

  • Python can be used on servers to create web applications.
  • Python can be used alongside software to create workflows
  • Python can connect to database systems. It can also read and modify files.
  • Python can be used to handle big data and perform complex mathematics.

 

 

Why Python ??

  • Python work on different Platforms(windows, Mac, Linux, Raspberry Pi, etc.)
  • Python has a simple syntax similar to the English Language.
  • Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be rapid.

 

 

HOW TO INSTALL PYTHON ON YOUR WINDOWS, MAC, ETC

Installation  on windows 

  • Search python on your browser 
  • Download latest version 
  • Run executable installer
  • Verify python was installed on your windows
  • Verify pip was installed
  • Press Windows key
  • Search python or IDLE 
  • Open python

 

 

Even if you don't understand, you can Also search on Browser how to install python for beginners, and you will see the various result, read details and procedures, and do Step by step

Installing or updating Python on your computer is the first step to becoming a Python programmer. There are many installation methods: you can download official Python distributions from Python.org, install from a package manager, and even install specialized distributions for scientific computing, the Internet of Things, and embedded systems.

This tutorial focuses on official distributions, as they’re generally the best option for getting started with learning to program in Python.

 

 

In this tutorial, you’ll learn how to:

Check which version of Python, if any, is installed on your machine
Install or update Python on Windows, macOS, and Linux
Use Python on mobile devices like phones or tablets
Use Python on the Web with online interpreters
No matter what operating system you’re on, this tutorial has you covered. Find your operating system below and dive in!

 


 How to Install Python on Windows
There are three installation methods on Windows:

The Microsoft Store
The full installer
Windows Subsystem for Linux
In this section, you’ll learn how to check which version of Python, if any, is installed on your Windows computer. You’ll also learn which of the three installation methods you should use.

 

 

How to Check Your Python Version on Windows
To check if you already have Python on your Windows machine, first open a command-line application, such as PowerShell.

Tip: Here’s how you open PowerShell:

Press the Win key.
Type PowerShell.
Press Enter.


Alternatively, you can right-click the Start button and select Windows PowerShell or Windows PowerShell (Admin).

 

 

You can also use cmd.exe or Windows Terminal.

With the command line open, type in the following command and press Enter:

 

 

also, you can take help from YouTubers. Search install python on YouTube and start learning from here. 

 

Installation of Python is a straightforward method and steps compared to any programming language like C, C++, JAVA, PHP, etc.; this takes various steps to install and is a very lengthy process.

 

 

PYTHON IS LOVE; IF YOU ONCE START PROGRAMMING AND START LEARNING, I SWEAR YOU WILL CONTINUE THIS; you never gonna stop learning more and more about Python. 

Don't  forget to try it on your PC or Mobile phone

You can learn python on UDEMY, COURSERA, YouTube and take your certificate.

 

Youtube is a perfect option for learning python, allots of YouTubers have already made a full course of python, and their teaching style is amazing.

 

so this is also a good option for you...try it

 

More knowledge more gain.

 

if you are reading this, Thank you so much for reading this....thank u X100times 

Thank you

take love

your sincerely 

squash Kumar Singh

 

 

 

Enjoyed this article? Stay informed by joining our newsletter!

Comments

You must be logged in to post a comment.

About Author