format

  1. abass

    پایتون کد بازی حدس زدن شماره با پایتون

    کد بازی حدس زدن شماره با پایتون import random guesses_made = ۰ name = input('Hello! What is your name?\n') number = random.randint(۱, ۲۰) print ('Well, {0}, I am thinking of a number between 1 and 20.'.format(name)) while guesses_made < ۶: guess = int(input('Take a guess: '))...
  2. practicalsoft

    B4X FEED B4J to the rescue...

    Dear friends, I would like to share my experience... I work as a Professor at an University and the Exam department decided to go for conducting online examination due to Covid pandemic. This exam is MCQ based and we were told to set 180 questions. I used Microsoft Excel for the same, using my...
  3. practicalsoft

    B4X FEED String toSQL DateTime format

    Hi, is there any way to convert a date and time strings to a format acceptable to an SQL database holding it in DateTime type / format, i.e. I have two input fields Date and Time which the user can fill in, i.e. Date: 2020-07-27 and Time: 18:33 but I wish to save them to a MySql database which...
عقب
بالا