← Back to team overview

yade-users team mailing list archive

Re: [Question #231437]: question about YADE doing work with PYTHON

 

Question #231437 on Yade changed:
https://answers.launchpad.net/yade/+question/231437

    Status: Open => Answered

Christian Jakob proposed the following answer:
This is not a question about yade. So this is not the right place to post...
Nethertheless I wrote a nice script, that may help you:

c=-1

def choose():
 if c == 0:
  print 'Try this one: http://docs.python.org/2/tutorial/'
 elif c==1:
  print 'Maybe this helps you: http://www.learnpython.org/'
 elif c==2:
  print 'Give it a try: http://www.tutorialspoint.com/python/'
 elif c==3:
  print 'go to http://www.google.de/ and type: python tutorial'

c=input('Please choose a value between 0 and 3: ')
choose()

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.