Rombus1234
@Rombus
I like to use python and html But I am still learing how to code as I know a lot about python thank my name is krishn
0
Mathhomework & Viral SpiralThis Python program asks the user to put in a math problem. And the last part is an SURPRISE
9
0
0
0
Log-in Page SimpleIf anyone need's to have login page then they could copy it and if Needed they could add styles.
3
0
0
1
Viral Spiral Hello Welcome to Viral Spiral !!!
This Program has The Between the Numbers 2 - 6 Spirals
It List Down Coordinates In the Console For U to see
24
4
1
0
0
krishnppatel158-1Config files for my GitHub profile.
Repl Instragram
This is a website inside Repl.it that you can Message messages around the people that are online3
1
0
1
Viral Spiral UserThis is a cool program And the username is repl.it and the password is repl This is going super duper cool
8
0
1
1
Clicks buttonthis will be a great counting program
8
0
1
2
CodingIsCoolThis is a coding platform I made!
0
0
2
6
Do my HomeworkThis does Your homework if you run it it would ask a question then you can Write a question then it would add the question answer
12
1
6
Rombus If you want to see the code this is it
print("MathHomework Father's day.py")
my_name = input("what is your name")
print("My name is Krishn the Python Man Hi" , my_name)
# Ask the user to enter a math problem
print(my_name)
problem = input("Enter a 'math problem', or 'q' to quit")
# Keep going until the user enters 'q' to quit
if (problem != "q"):
# Show the problem, and the answer using eval()
print("The answer to ", problem, "is:", eval(problem) )
# Ask for another math problem
problem = input("Enter another math problem, or 'Q to quit: ")
# This while loop will keep going until you enter 'Q to quit
else:
print("bye")
print("Alt-Tab so You can see a 2 new Windows go on those")
# CircleSpiralInput.py - Challenge Problem
import turtle # set up turtle graphics
t=turtle.Pen()
t.speed(0)
turtle.bgcolor('black')
# Set up a list of any 8 valid Python color names
colors=['red', 'yellow', 'blue', 'green',
'orange', 'purple', 'white', 'gray']
# Ask the user for the number of sides, between 1 and 8, default of 4
sides = int(turtle.numinput("Number of circles",
"How many circles do you want (1-8)?", 4, 1, 8))
# Draw a colorful spiral with the user-specified number of circles
for x in range(180):
t.pencolor(colors[x % sides]) # only use the right number of colors
t.circle(x)
t.left(360 / sides + 1) # turn 360 degrees / # of sides, plus 1
t.width(x * sides / 200) # make the pen larger as it goes outward
2 years ago
5
Name of HexagonsThese ask your name and Make hexagon
4
1
5
0
Krishn-4If you want to check out a little Description of my Program named The game is the great game then go here
17
0
0
1
ForsensThis game is made for playing other games and coped and another person Program Welcome I am Krishn and if you want to check me in Github here is the link https://github.com/krishnppatel158
26
3
1
Irom1 BTW: This won't work as a fork because the login system in configured to only work with specific domains. The app will load forever with this. If you want to contribute to the project you can comment on the original app.2 years ago
0
Every ProgrmingHey Guys This Game is an asking Copy game to see the Question First Click enter
4
0
0