First Python Program

Python is beginner-friendly and easy to write. Let's start with a simple program that prints a message on the screen.

  1. 🧑‍💻Code Example:

    print("Welcome to ShikshaSanchar!")

    Output:

    Welcome to ShikshaSanchar!

    📝 Explanation:

    print() is a built-in Python function used to display messages or output on the screen.
    It is one of the most commonly used functions for:

    • Debugging your program
    • Showing messages to the user
    • Printing results of calculations or logic

    This function is very useful when learning Python, as it helps you understand what's happening in your code.

  2. 💻 Code Example:

    print("ShikshaSanchar is a learning platform.")
    print("ShikshaSanchar empowers you to learn, practice, and grow")

    Output:

    ShikshaSanchar is a learning platform.

    ShikshaSanchar empowers you to learn, practice, and grow

    📝 Explanation:

    • The print() function is used to display text on the screen.
    • We can use multiple print() statements to show more than one line of output.
    • Strings (text) are written inside double quotes "".

Welcome to ShikshaSanchar!

ShikshaSanchar is a simple and helpful learning platform made for students who feel stressed by exams, assignments, or confusing topics. Here, you can study with clarity and confidence.

Here, learning is made simple. Notes are written in easy English, filled with clear theory, code examples, outputs, and real-life explanations — designed especially for students like you who want to understand, not just memorize.

Whether you’re from school, college, or someone learning out of curiosity — this site is for you. We’re here to help you in your exams, daily studies, and even to build a strong base for your future.

Each note on this platform is carefully prepared to suit all levels — beginner to advanced. You’ll find topics explained step by step, just like a good teacher would do in class. And the best part? You can study at your pace, anytime, anywhere.

Happy Learning! – Team ShikshaSanchar