Hello, good afternoon! (or good morning or good evening)
I was doing some very basic tests, based on the documentation, using Python in Studio.
I decided to call a python method through the Studio's own terminal as a demonstration, but the result was different from the terminal result:
Code:
Class User.EmbeddedPython
{
// Write ##class(User.EmbeddedPython).Test()/// DescriptionClassMethod Test() As%Status [ Language = python ]
{
# print the members of the Fibonacci series that are less than 10print("Fibonacci series")
a, b = 0, 1while a < 10:
print(a,


.png)


.png)
