Jump to content
djkahsd

Am nevoie de un generator help

Recommended Posts

Salut va rog frumos stie cineva vreun programel care sa genereze random genu asta de simboluri (/*()&*^%^&*$%^/) exemplu : " Va salut numele meu este vasile " programul sa genereze ceva de genul " V/a s*al/ut n^uMele m*e(u este v/as*i/l/e "

Imi cer scuze pentru exprimare in caz ca nu intelege.ti sunt noob.

Link to comment
Share on other sites

Adica eu sunt cersetor? ce plm trebuia sa zic ca platesc pentru el? marsh in plm la somn tu daca vrea sa ma ajute cineva din placere bine daca nu tu poti sa zbori din threadu meu esti liber.

Puteai sa zici ca exista si ca vrei bani pe el nu sa ma jignesti saracule vb frumos inainte ca nu ne cunostem

Edited by djkahsd
Link to comment
Share on other sites

  • Active Members

Iti fac eu in 5 minute. Dac? mai jignesti pe careva ai ban permanent :)

//EDIT, ma simt darnic azi:

Limbaj: Python

OS: Windows


import random

lista_caractere = ['/', '*', '(', '`', ',', ')', '&', '*', '^', '%', '^', '&', '*', '$', '%', '^', '/']
string = 'Va salut numele meu este vasile'


print ''.join('%s%s' % (x, random.choice(lista_caractere) if random.random() > 0.5 else '') for x in string)

Output examples:

Va /sa*l%ut* nu*me$l^e *meu `e%st^e &va%s*il^e*.

V$a( &s)a/l^ut* numel%e m$eu %es*te^ v`a*sil^e.*

...

Edited by MrGrj
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...