omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. GiovaBici

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 10
    • Best 0
    • Controversial 0
    • Groups 0

    GiovaBici

    @GiovaBici

    0
    Reputation
    295
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    GiovaBici Unfollow Follow

    Latest posts made by GiovaBici

    • RE: [Solved] Wrong cosine? Why?

      thank you so much. I had foolishly forgotten ...

      posted in Pythonista
      GiovaBici
      GiovaBici
    • [Solved] Wrong cosine? Why?

      Hello everybody. I would need to calculate the cosine of an angle. I used the math.cos () function, but the result I am getting is wrong. can anyone tell me why? thank you.
      I am attaching the text:

      import math
      print(math.cos(60))
      

      in the console, as a result, is:

      -0.9524129804151563

      Otherwise, can you tell me another method with which to calculate the cosine?
      Thank you

      posted in Pythonista
      GiovaBici
      GiovaBici
    • Layout app

      Hi, everybody! I hope that's the right category for my question. I'm planning a code for the creation of a program or rather an application with Python. To create an app layout, how can I do that? I'm using Marvel on Ipad, but I can't put in any code, and I know he's stuck with the result I want to get. What can I do? Python permits this?

      posted in Pythonista
      GiovaBici
      GiovaBici
    • RE: Print superscript characters in Python

      Thank you very much!

      posted in Pythonista
      GiovaBici
      GiovaBici
    • RE: Print superscript characters in Python

      @cvp
      Hi. In this case how can I put the two above m ?:

      area_pressione = float(input("Inserisci l'area(m): "))

      Thanks and sorry if I still don't understand ...
      I still wanted to ask: Can I have certain print commands written in a different color than black?
      Thank you

      posted in Pythonista
      GiovaBici
      GiovaBici
    • RE: Print superscript characters in Python

      Thank you very much

      posted in Pythonista
      GiovaBici
      GiovaBici
    • RE: Print superscript characters in Python

      Hello everyone. Can you still help me: how do I write a calculation under the square root? Thanks to who will answer me

      posted in Pythonista
      GiovaBici
      GiovaBici
    • RE: Print superscript characters in Python

      Thank you very much for the answers !

      posted in Pythonista
      GiovaBici
      GiovaBici
    • RE: Print superscript characters in Python

      Thank you very much. How can I integrate it in here ( forgive me ignorance but I started recently). Thank you

      print("L'accellerazione é: " + str(accellerazione_finale) + " m/s**2")

      posted in Pythonista
      GiovaBici
      GiovaBici
    • Print superscript characters in Python

      Hello everybody. For project that I am doing, I would need to write the acceleration formula, which is expressed in metres square two. How do I write 2 above the letter s? For it to be a number I read that it’s done with two asterisks, but the letter aren’t working.

      posted in Pythonista
      GiovaBici
      GiovaBici