Skip to content
View jnani143's full-sized avatar

Block or report jnani143

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jnani143/README.md

1.#working on comparision operators print('enter 2 numbers') a=int(input()) b=int(input()) print (a<b) print (a>b) print (a<=b) print (a>=b) print (a==b) print (a!=b) output: enter 2 numbers 4 4 False False True True True False 2. #converting km to cm print('enter the km:') a=int(input()) a*=10**5 print('in cm:', a) output: enter the km:2 in cm: 200000

Pinned Loading

  1. first_Assignment first_Assignment Public

    Java

  2. GFG-Solutions GFG-Solutions Public

    Python

  3. LEETcode-Solutions LEETcode-Solutions Public

    C++