Skip to main content
April 19, 2022
Question

about sail coding in interfacing

  • April 19, 2022
  • 2 replies
  • 0 views
localvariables(
max 10
max20
)
has to print 10 to 20
 

    2 replies

    stefanhelzle0001
    Brainy
    April 19, 2022

    We will not be able to help you with a post like this. Please have a look at the following blog post.

    codeblog.jonskeet.uk/.../

    Inspiring
    April 19, 2022

    Hi, in case if you want to generate a number list from 10 to 20 use enumerate function.

    enumerate(11) + 10