Spaces:
Running
Running
salimcodes
commited on
Commit
•
fe0afa4
1
Parent(s):
1ed1be4
Upload untitled1.py
Browse files- untitled1.py +12 -0
untitled1.py
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# -*- coding: utf-8 -*-
|
2 |
+
"""Untitled1.ipynb
|
3 |
+
|
4 |
+
Automatically generated by Colaboratory.
|
5 |
+
|
6 |
+
Original file is located at
|
7 |
+
https://colab.research.google.com/drive/1WY-ZppHIsqUm7LZjQEfoPnb4x5tBBgw6
|
8 |
+
"""
|
9 |
+
|
10 |
+
hat = input("What is ur name? ")
|
11 |
+
print("Your name is " + hat)
|
12 |
+
|