First time here? Check out the FAQ!

tulei770415's profile - activity

2020-09-29 04:15:10 -0500 commented answer How to delete blank at end of multi-line & how to delete multi-line str In the beginning

Thanks very much!

2020-09-29 04:14:43 -0500 marked best answer How to delete blank at end of multi-line & how to delete multi-line str In the beginning

Hello, I have two questions, 1. how to delete blank at end of multi-line; 2. how to delete multi-line str In the beginning, for example:

1.#!/usr/bin/env python  
2.from myThread import MyThread  
3.from time import ctime, sleep  
4.def fib(x):  
5.sleep(0.005)
  1. I want to delete multi-line blank at end of line,
  2. I want to delete multi-line str In the beginning, like: 1. 2. 3. at front of line, thanks very much.
2020-09-29 04:14:43 -0500 received badge Scholar ( source )
2020-09-28 10:38:10 -0500 received badge Student (source)
2020-09-28 10:37:46 -0500 asked a question How to delete blank at end of multi-line & how to delete multi-line str In the beginning

How to delete blank at end of multi-line & how to delete multi-line str In the beginning Hello, I have two questions