FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lpython/examples/expr2.py at refs/heads/main · lcompilers/lpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
lcompilers
/
lpython
Public
Notifications
You must be signed in to change notification settings
Fork
176
Star
1.6k
Code
Issues
500
Pull requests
80
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
lpython
/
examples
/
expr2.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (7 loc) · 117 Bytes
Breadcrumbs
lpython
/
examples
/
expr2.py
Copy path
File metadata and controls
9 lines (7 loc) · 117 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
from
lpython
import
i32
def
main0
():
x
:
i32
x
=
(
2
+
3
)
*
5
print
(
x
)
if
__name__
==
"__main__"
:
main0
()
Back
|
FazBrowse Home
|
New Git URL