cyclik_ascii_mesquin

def cyclik_ascii_mesquin(current,int_chaine)

Algorithm

Compute a cyclik ascii separators into Upper letters from M to Z. Get a third cyclic ascii set modulo length

Parameters

Type

Description

current

str

The current poncuation separator

Returns

str : The following separator from the defined ‘sep’ Set.


Source Code

mesquin=['M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z']
tmp=r.randint(0,11)
res=mesquin[tmp]
return res