Skip to content
Snippets Groups Projects
Commit 43b43997 authored by Majid Rouhani's avatar Majid Rouhani
Browse files

Upload New File

parent bfe94e4b
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
"""
Created on Sun Jan 13 13:15:35 2019
@author: rouhani
"""
print ("Hello World")
x=10
y=20
z=x+y
print("x={0}",x)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment