Re: [Tutor] NumPy Generates ValueError: Some errors were detected ! Line #9 (got 42 columns instead of 1)

2019-09-27 Thread David
On Sat, 28 Sep 2019 at 03:49, Stephen P. Molnar wrote: > On 09/27/2019 09:55 AM, Stephen P. Molnar wrote: > > On 09/27/2019 09:28 AM, Mats Wichmann wrote: > >> On 9/27/19 5:47 AM, Stephen P. Molnar wrote: > >>> I am writing code to combine text files and I have encountered an > >>> error that I

Re: [Tutor] NumPy Generates ValueError: Some errors were detected ! Line #9 (got 42 columns instead of 1)

2019-09-27 Thread Stephen P. Molnar
On 09/27/2019 09:55 AM, Stephen P. Molnar wrote: On 09/27/2019 09:28 AM, Mats Wichmann wrote: On 9/27/19 5:47 AM, Stephen P. Molnar wrote: 0 I am writing code to combine text files and I have encountered an error that I am having trouble solving. Google is no help. The code is:

Re: [Tutor] NumPy Generates ValueError: Some errors were detected ! Line #9 (got 42 columns instead of 1)

2019-09-27 Thread Stephen P. Molnar
On 09/27/2019 09:28 AM, Mats Wichmann wrote: On 9/27/19 5:47 AM, Stephen P. Molnar wrote: 0 I am writing code to combine text files and I have encountered an error that I am having trouble solving. Google is no help. The code is: |#!/usr/bin/env python3# -*- coding: utf-8 -*-""" Created