User Profile

Collapse

Profile Sidebar

Collapse
sumairaanwar
sumairaanwar
Last Activity: Mar 18 '23, 06:33 AM
Joined: Feb 12 '22
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sumairaanwar
    started a topic Font style code

    Font style code

    How can I change the font style of my website using CSS code?
    See more | Go to post

  • sumairaanwar
    replied to Prime numbers
    yes you can use a foe loop and in if condition use if number is divisible by 2 don't print but if number is not divisible y 2 print it



    lower = int(input("Ente r the lower value:"))
    upper = int(input("Ente r the upper value:"))
    for number in range(lower,upp er+1):
    if number>1:
    for i in range(2,number) :
    if (number%i)==0:
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...