MASIGNASUKAv102
6510051498749449419

12th Std 2023 Uttam's All {P-C-M-B} With Solutions For Free Download.!!

12th Std 2023 Uttam's All {P-C-M-B} With Solutions For Free Download.!!
Add Comments
Monday, January 16, 2023

12th Std Uttam All {PCMB} Books for free Download.!!


You can support us by subscribing our channel 👉🏼 :- Subscribe

SHARING IS CARING

If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.

 

Links For Download.

Books links

1) English :-

Download 

2) Physics :-

Download 

3) Chemistry :-

Download

4) Maths :-

Download

5) Biology :-

Download

6) Information Technology :-

Download 

If link or pdf is not working try this👉 :- (Google drive)


Thank you for visiting!! Come again.!!

  1. :) This was very usefull for me

    ReplyDelete
  2. You doing god's work for providing free books thankyou

    ReplyDelete
  3. # Ask the user to enter a number
    num = int(input("Enter a number: "))

    # Check if the number is even or odd4

    if num % 2 == 0:
    print(num, "is even.")
    else:
    print(num, "is odd.")

    ReplyDelete
  4. num1 = int(input("Enter the first number10: "))
    num2 = int(input("Enter the second number: "))

    print("Before swapping: ", num1, num2)

    temp = num1
    num1 = num2
    num2 = temp

    print("After Swappping: ", num1, num2)

    ReplyDelete