Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

how to take two space separated int in python

N, M = map(int, input().split())
    print(N, M)
Comment

PREVIOUS NEXT
Code Example
Python :: variable in regex python 
Python :: python function with two parameters 
Python :: serialize keras model 
Python :: lambda function in python 
Python :: python open directory and read files 
Python :: how to eliminate duplicate values in list python 
Python :: Django migrations when table already exist in database 
Python :: installing pip in pytho 
Python :: python dictionary sort by value then alphabetically 
Python :: django fieldset 
Python :: how to capitalize first letter in python in list using list comprehension 
Python :: how to separate url from text in python 
Python :: deleting a file using python 
Python :: spacy access vocabulary 
Python :: python community 
Python :: typing pandas dataframe 
Python :: yticks matplotlib 
Python :: python password generation 
Python :: python add strings 
Python :: optimizationed bubble sort optimizationed 
Python :: hash python png 
Python :: anaconda 
Python :: bitwise operators python 
Python :: python *args 
Python :: replace characters in string python 
Python :: how to hide ticks in python 
Python :: pandas correlation matrix between one column and all others 
Python :: monty hall problem in python 
Python :: calculate quartil python 
Python :: python bufferedreader 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =