Posts

Showing posts from August, 2025

Railway RRB NTPC 10+2 Inter Level Admit Card 2025

Image
Official Update RRB NTPC (10+2) Admit Card Released The Railway Recruitment Board (RRB) has released admit cards for the NTPC 10+2 Undergraduate Level posts. The recruitment had 3,445 vacancies announced during September–October 2025 . The examination will be conducted from 07 August to 08 September 2025 . Post Name RRB NTPC 10+2 (Undergraduate Level) Total Vacancies 3,445 Exam Dates 07 August – 08 September 2025 Login With Enrollment No. / Registration No. / Date of Birth 🔗 Open Official Portal  Steps to check: Open the official RRB portal (link above). Find the NTPC 10+2 Admit Card section. Enter Enrollment/Registration Number and Date of Birth. View exam date, city/intimation, and download your admit c...

python basic code

Image
  Python A–Z — Basics Python A–Z — 01 Basics Beginner problems with answers. Copy any code and run in your IDE. 1) Print Hello World Copy Output Print text to console. print("Hello, World!") 2) Comments (Single & Multi-line) Copy Syntax Explain your code. # This is a single-line comment """ This is a multi-line comment / docstring. Use it for module, function, or class docs. """ 3) Variables & Basic Data Types Copy Types int, float, str, bool. # Creating variables age = 21 # int height = 1.72 # float name = "Indranil" # str is_student = True # bool print(type(age), type(height), type(name), type(is_student)) 4) Take User Input (str, int, float) Copy Input Convert using int()/float(). name = input("Your name: ") # str age = int(input("Your age: ")) ...

best phone under 15000

  Best Smartphones ₹10,000–₹15,000 (Latest Launches) Hand-picked, newest first. Specs at a glance + quick links. 5G Ready Big Battery FHD+ Displays Value Picks Updated: Aug 16, 2025 POCO #1 Newest ₹13,999 Poco M7 Plus 5G Mobile Phones Between ₹10,000 – ₹15,000 Display 6.90-inch, 1080×2340 Processor Snapdragon 6s Gen 3 RAM / Storage 6GB / 128GB Battery 7000mAh Rear Cam 50MP Front Cam 8MP Full Specs Other POCO Mobiles Flipkart ₹14,999 Redmi #2 ₹14,999 Redmi Note 14 SE 5G Mobile Phones Between ₹10,000 – ₹15,000 Display 6.67-inch, 1080×2400 Processor Dimensity 7025 Ultra RAM / St...