Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about punctuation

Read more about punctuation

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - punctuation

how to separate string according to their character in python?

I am trying to separate characters in a string into three different groups: ASCII String.punctuation characters that don't belong to categories mentioned above. The string in question is: "Tämä...
test-img

AATU

python

ascii

non-ascii-characters

punctuation

Votes: 0

Answers: 1

Latest Answer

you can use this code: import string osat = "Tämä on testi!!! Toimiiko, mitä?" x = string.punctuation a = "" b = "" c = "" def isnt_ascii(s): return all(ord...
test-img

user9613901

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved