Skip to content

Commit

Permalink
Fix translations link in PR template (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
serima committed Aug 2, 2020
1 parent b7f255e commit 53c0cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Before submitting a pull request, verify it meets all requirements in the [Contr

See the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). Verify you've:

* Tagged the [language maintainer](TRANSLATIONS.md)

This comment has been minimized.

Copy link
@AzizSalimov

AzizSalimov Jan 16, 2023

Aziz Salimov

This comment has been minimized.

Copy link
@shaiksaddu

shaiksaddu Mar 12, 2024

Its perfect but some errors are there. so correct them to another time.
its ok bro some times its mistake so don't worry just focus on your work.

This comment has been minimized.

Copy link
@AzizSalimov

AzizSalimov via email Mar 12, 2024

This comment has been minimized.

Copy link
@AzizSalimov

AzizSalimov via email Mar 12, 2024

* Tagged the [language maintainer](https://github.com/donnemartin/system-design-primer/blob/master/TRANSLATIONS.md)

This comment has been minimized.

Copy link
@orazio31
* Prefixed the title with a language code
* Example: "ja: Fix ..."

6 comments on commit 53c0cf7

@mariacleh7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello there, You should add error finding code into your program and in this way you will get errors with names.

@SHUBHAM1JHA
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import random
print("1,rock; 2,paper; 3,scissors")

while True:
ci=random.randint(1,3)
piN=int(input())
print (ci)
pwin=False
if piN==1 and ci==2: #in 1 and 2
pwin== False
print ("you choosed rock and.. computer choosed paper; \n you got coverd by paper")
print("you lost")
elif piN==2 and ci==1:
pwin== True
print ("you choosed paper and.. computer choosed rock; \n you coverd rock ")
print("you won")
elif piN==2 and ci == 3:
pwin == False
print ("you choosed paper and computer choosed scissiors; \n computer cut you down")
print("you lost")
elif piN==3 and ci==2:
pwin== True
print ("you choosed scissors and computer choosed paper; \n you tore down computer")
print ("you won")
elif piN==3 and ci== 1:
pwin==False
print ("you choosed scissors and computer choosed rock; \n you got crushed by rock")
print("you lost")
elif piN==1 and ci==3:
pwin==True
print ("you choosed and computer choosed ; \n you")
print("you won")

@shakthiprasadpai
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good programing

@zoranges
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job

@Gabrielll07
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@shekhar2005
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is some error to run this code
Screenshot 2023-09-23 010455

Please sign in to comment.