Python Forum
i want to write symbole as varibales in python to make translator
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i want to write symbole as varibales in python to make translator
#3
(Feb-01-2021, 04:07 PM)deanhystad Wrote: Could you provide more details about what it is you are trying to do?

Python has rules about identifier (variable, function, class, method) names, the most important being that they must be names. [ cannot be a variable name. 123 cannot be a variable name 'variable' cannot be a variable name. You can use upper and lower case letters, numbers and underscores. The first character must be a letter. Identifiers cannot be a python keyword (if, with, for, while, in …)

i want to create a script who do this : when i type this [20;20] i want this result (20,20)
^^!
Reply


Messages In This Thread
RE: i want to write symbole as varibales in python to make translator - by rachidel07 - Feb-01-2021, 06:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  (python) Can i get some help fixing a English to Morse translator? Pls AlexPython 7 1,667 Sep-12-2022, 02:55 AM
Last Post: AlexPython
  letter translator (or someting) Obsilion 4 2,513 Apr-28-2020, 12:40 PM
Last Post: deanhystad
  I want to filter out words with one letter in a string (pig latin translator) po0te 1 2,141 Jan-08-2020, 08:02 AM
Last Post: perfringo
  Trouble with Regex Translator skrivver99 3 2,814 Dec-15-2018, 03:55 PM
Last Post: Gribouillis
  Output discrepancy when building Translator skrivver99 17 6,771 Nov-26-2018, 01:22 AM
Last Post: ichabod801
  Help with pig latin translator DragonG 1 2,301 Nov-01-2018, 03:57 AM
Last Post: ichabod801
  PigLatin Sentence Translator Help 2skywalkers 7 5,907 Jun-23-2018, 12:46 AM
Last Post: 2skywalkers
  Pig Latin Translator RickyWilson 1 3,215 Dec-02-2017, 08:20 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020