+ 5
No output?
So I showed up to play on the playground today and everything I run says no output.. I have tried... signing in and out x2 different browsers x3 Different accounts x2 Different skills. i.e. java and ruby. both my computers ex: Print('hello') ==> no output! I lOVE this place but I want to know if someone broke the swings or were getting new ones. Thanks ya'll
12 Réponses
+ 4
In which Language and what code you tried?
+ 2
The same issue. Until the problem will not be fixed, you can try to run your code on a smartphone. Check first. And if the execution is Okay, you can create and save the code on your PC and run it on a mobile device.
+ 1
Someone had the same problem few hrs ago ,no language name and he wasn't getting any ouput or error in python,if you look at my recent post there is no language specified for that code ,you can mail sololearn seems like a browser issue
+ 1
my_boolean = True
print(my_boolean)
print(2 == 3)
print("hello" == "hello")
yields
No output. ( in python)
puts "Hello World"
yields
No output. (in ruby)
+ 1
Understood.
No joy. E-mail away to the fellas in the IT department. Thank ya'll for chipping in
+ 1
@AJ
Dude I just checked your profile. I dont think I am allowed to be talking to you! I am just starting and Your accomplished programs look like the left breast pocket of a full bird colonial lol jk thanks for your help bro
0
No output. ***
0
I tried Python Ruby and Java
0
@Abhay
Copy that, thank you for your input. :)
I am very new and dont know much at all lol
0
Try this codd in Python
my_boolean = True
print(my_boolean)
print(2 == 3)
print("hello" == "hello")
0
I think sololearn is having some issues with their browser lately