OneCompiler

Trouble with HTML

I'm a student coder, and my group is working on building an Angular web app that is a library of code, and we are trying to use your embedded compiler, however the resource fails to load only when using HTML which is one of the most important languages for our project. Is anyone else having this issue?

4 Answers

2 years ago by

def fibonacci_till_num(last_num):
a, b = 0, 1
while a <= last_num:
print(a, end=' ')
a, b = b, a+b
number = int(input('please enter one natural number: '))
fibonacci_till_num(number)

2 years ago by Syed Thousif

It's because you're online, never works for me either, so if you are making mutiple html files just use your own computer and make html files, but if not use the

 <script> and <style>
2 years ago by edwardo is alpha

no

8 months ago by Yash Nandanwar

im in grade 6 and i need to make an html document for my school project,i typed a small code nd its literally taking so long to run! anyone else who thinks this thingy needs to be fixed??

4 months ago by Tapeshwar Hazari