Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

git_hub_ex_hello 75 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
  1. print ("hello world")
  2. x=5
  3. for i in range(0,x):
  4. print(i)
  5. print ("a,b,c,d")
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...