Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

Python soma números

num = int(input('Digite um número:'))
num2 = int(input('Digite outro número:'))
X = num + num2
print('X = ', X)
Comment

PREVIOUS NEXT
Code Example
Python :: matplotlib plot dpi - change format to svg 
Python :: pairplot seaborn legend best position set 
Python :: python quick tutorial 
Python :: logout from linux using python 
Python :: module not found after sucessful install 
Python :: Use of OfficeApi 
Python :: convert python code to c++ online 
Python :: python list of datetimes as type string 
Python :: how to use random ranint 
Python :: pandas count zeros in column 
Python :: hi i smell like poop 
Python :: get picamera feed 
Python :: Print Wavelet modes 
Python :: creating a news app using djangio 
Python :: KMeans 
Python :: how to find largest number in list python without max 
Python :: upperWhite = np.array([109, 255, 255]) 
Python :: pyglet key hold 
Python :: show all of a truncated dataframe jupyter" 
Python :: sleep python 
Python :: how to insert files in tuple python 
Python :: how to read comment before the root element of xml python 
Python :: Run multiple functions at the same time 
Python :: stack overflow pop item from list in python 
Python :: python stop running instances 
Python :: heapq basic push and pop - default minHeap 
Python :: python check vpn ip address 
Python :: How to Loop Through Tuples using while loop in python 
Python :: tables in django 
Python :: find if string is substring of another 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =